[ https://issues.apache.org/jira/browse/CLOUDSTACK-10101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198158#comment-16198158 ]
ASF subversion and git services commented on CLOUDSTACK-10101: -------------------------------------------------------------- Commit f1c01a5fa228140273e412c5a0626d9adf729a15 in cloudstack's branch refs/heads/master from [~brascher] [ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=f1c01a5 ] CLOUDSTACK-10101: Present the full domain name when listing user's domains in SAML2 plugin (#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 > Present the full domain name when listing user's domains > -------------------------------------------------------- > > Key: CLOUDSTACK-10101 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10101 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Gabriel Beims Bräscher > Assignee: Gabriel Beims Bräscher > > This issue 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 > By presengint the full domain name the user will see a list as follows: > username/Dom1/subdomainA > username/Dom2/subdomainA -- This message was sent by Atlassian JIRA (v6.4.14#64029)