-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create Trusted Relationship with uploading metadata file #428
Comments
Do we have any updates? |
@shekhar16 What is the purpose of the Above is the cause of this issue. Please review. I am disabling the |
@uboznikov the purpose of |
@uboznikov And how this line will make impact on uploading metadata file ,it is just setting a property status = active or inactive. . |
@shekhar16 This issue was hard to trace, I compared it with the version before your commit. Please do so, or check my test screenshot above. |
@uboznikov if you are registering a new trust relationship than why this update value is true.For new TR update should be false. |
Fixed. |
@shekhar16 That fix breaks the current code. Please compare to Shib v2 version. I have none or very minimal commits to the UI. |
@shekhar16 Have you tested it and compared before and after? |
@uboznikov please check the code which i corrected, the update flag should only been set when it is going to update existing TR ,to check whether it already exist or not ,we are checking initially inum is set or not . i just reverted you code change and commented an update=true line which i think is not needed in this condition, update flag should be set on the basis of inum != null,as the existing TR should have inum . if it breaks any functionality please let me know so that we can cover it. |
Able to create TR with attaching metadata file. Thanks |
Unable to create Trusted Relationship with uploading metadata file
The text was updated successfully, but these errors were encountered: