We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using oxTrust-API to update an existing trust relationship. Existing attributes from this trust relationship are being removed.
Gluu Server: 4.5.6 oxTrust image: gluufederation/oxtrust:4.5.6-2
gluufederation/oxtrust:4.5.6-2
Steps to reproduce the behavior:
Let's assume we have a trust relationship whose inum is "2359e25b-8bfe-488e-8975-28c1a8f3ab8d"
This is a simple File based trust relationship where "Username" and "EmailAddress" attributes are being released.
We are making an API call to change this trust relationship's status from "Active" to "False"
API call information: 4.1 PUT https://<hostname>/identity/restv1/api/v1/saml/tr/update/2359e25b-8bfe-488e-8975-28c1a8f3ab8d 4.2 BODY:
https://<hostname>/identity/restv1/api/v1/saml/tr/update/2359e25b-8bfe-488e-8975-28c1a8f3ab8d
{ "dn": "inum=2359e25b-8bfe-488e-8975-28c1a8f3ab8d,ou=trustRelationships,o=gluu", "inum": "2359e25b-8bfe-488e-8975-28c1a8f3ab8d", "displayName": "testappsaml2", "description": "Test application", "status": "INACTIVE", "validationStatus": "SUCCESS", "releasedAttributes": [ "inum=CAE3,ou=attributes,o=gluu", "inum=42E0,ou=attributes,o=gluu" ], "spMetaDataSourceType": "FILE", "spMetaDataFN": "2359e25b-8bfe-488e-8975-28c1a8f3ab8d-sp-metadata.xml", "owner": "o=gluu", "maxRefreshDelay": "PT8H", "metadataFilters": {}, "profileConfigurations": {}, "gluuIsFederation": "false", "gluuEntityId": [ "https://testappsaml2.gluu.org/shibboleth" ], "entityType": "SingleSP" } ```
Trust relationship updated with "Status == INACTIVE".
Trust relationship update happening bug "Attributes Published" are null.
The text was updated successfully, but these errors were encountered:
shekhar16
No branches or pull requests
Describe the issue
Using oxTrust-API to update an existing trust relationship. Existing attributes from this trust relationship are being removed.
Gluu Server: 4.5.6
oxTrust image:
gluufederation/oxtrust:4.5.6-2
Steps To Reproduce
Steps to reproduce the behavior:
Let's assume we have a trust relationship whose inum is "2359e25b-8bfe-488e-8975-28c1a8f3ab8d"
This is a simple File based trust relationship where "Username" and "EmailAddress" attributes are being released.
We are making an API call to change this trust relationship's status from "Active" to "False"
API call information:
4.1 PUT
https://<hostname>/identity/restv1/api/v1/saml/tr/update/2359e25b-8bfe-488e-8975-28c1a8f3ab8d
4.2 BODY:
Expected behavior
Trust relationship updated with "Status == INACTIVE".
Actual behavior
Trust relationship update happening bug "Attributes Published" are null.
The text was updated successfully, but these errors were encountered: