Skip to content
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

Changes in "Configure RelyingParty" are not saved #446

Closed
sahilIT2020 opened this issue Jan 18, 2017 · 8 comments
Closed

Changes in "Configure RelyingParty" are not saved #446

sahilIT2020 opened this issue Jan 18, 2017 · 8 comments
Assignees
Labels
bug exclude from release notes issues found during QA that should be excluded from release notes High Priority
Milestone

Comments

@sahilIT2020
Copy link
Contributor

sahilIT2020 commented Jan 18, 2017

Steps to reproduce

  1. Click on Add Trust relationship
  2. Attach sample metedata file
  3. Click on "Configure RelyingParty" and add SAML2SSO and leave other options as default
  4. Release attributes
  5. Click on Save
  6. Search for the TR created in above steps
  7. Click on "Configure RelyingParty"

Expected : You should see "SAML2SSO" selected with default values
Actual: Nothing is selected.

Version gluu-server-3.0.0 (2-BETA3~trusty+Ub14.04)

@yurem yurem added the bug label Jan 18, 2017
@yurem yurem added this to the CE 3.0.0 milestone Jan 18, 2017
@shekhar16
Copy link
Collaborator

Are you getting any exception.

@nynymike
Copy link
Contributor

Can you test if the TR entry in LDAP is updated? This is a critical bug report.

@sahilIT2020
Copy link
Contributor Author

gluuProfileConfiguration are getting saved in LDAP

<rp:ProfileConfiguration xsi:type="saml:SAML2SSOProfile"
includeAttributeStatement="true"
assertionLifetime="150"
assertionProxyCount="0"
signResponses="conditional"
signAssertions="never"
signRequests="conditional"
encryptAssertions="conditional"
encryptNameIds="never"
/>

Error in logs
2017-01-18 04:55:36,851 ERROR [pool-2-thread-3] [org.gluu.oxtrust.ldap.service.Shibboleth3ConfService] (Shibboleth3ConfService.java:322) - Failed to parse stored metadataFilter configuration for trustRelationship inum=@!495F.F2BE.310E.8C33!0002!C48C.C103!0006!D29C.653A,ou=trustRelationships,inum=@!495F.F2BE.310E.8C33!0002!C48C.C103,ou=appliances,o=gluu
org.xml.sax.SAXParseException: The prefix "rp" for element "rp:ProfileConfiguration" is not bound.

@shekhar16
Copy link
Collaborator

shekhar16 commented Jan 20, 2017

@uboznikov please check this exception it is related to the xml file shiboleth3.

@uboznikov
Copy link
Contributor

Fix to #363 causes org.xml.sax.SAXParseException

@yurem We may need to review the fix...

@uboznikov
Copy link
Contributor

Thanks @yurem after latest fix configure RP is now ok.

configure-rp-ok

@sahiliamsso Please re-test in new build. Thanks.

@yurem
Copy link
Contributor

yurem commented Jan 20, 2017

Can you retest it on new beta build?

@yurem yurem added the exclude from release notes issues found during QA that should be excluded from release notes label Jan 23, 2017
@sahilIT2020
Copy link
Contributor Author

Fixed, verified on gluu-server-3.0.0 (2-BETA4~trusty+Ub14.04)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug exclude from release notes issues found during QA that should be excluded from release notes High Priority
Projects
None yet
Development

No branches or pull requests

5 participants