-
-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPSSODescriptor element is not selected properly
- Loading branch information
1 parent
a33e9d7
commit b82fc60
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b82fc60
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the standard: http://www.datypic.com/sc/saml2/e-md_EntityDescriptor.html
It seems the signature could be added inside the md:SPSSODescriptor or inside the md:EntityDescriptor.
I believe we should include it inside the md:EntityDescriptor and not inside md:SPSSODescriptor
I guess the wrong part was with the var names sp_sso_descriptor should be entity_descriptor