forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLOUDSTACK-10101: Present the full domain name when listing user's do…
…mains in SAML2 plugin (apache#2280) This commit is related to the Saml2 user authentication plugin. The user can list its domains. His/Her domains are presented as the following example: username/subdomainA username/subdomainB However, if a user has two subdomains of the same name Dom1/subdomainA and Dom2/subdomainA, the list is presented as follows: username/subdomainA username/subdomainA With this commit it shows the full domain name to avoid such cases. Thus, the domains will be presented as follows: username/Dom1/subdomainA username/Dom2/subdomainA
- Loading branch information
1 parent
b044f1b
commit f1c01a5
Showing
3 changed files
with
18 additions
and
1 deletion.
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
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
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