GabrielBrascher opened a new pull request #2280: CLOUDSTACK-10101: Present the 
full domain name when listing user's domains
URL: https://github.com/apache/cloudstack/pull/2280
 
 
   This PR 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
   
   The proposed change allows showing the full domain name to avoid such cases. 
Thus, the domains will be presented as follows:
   username/Dom1/subdomainA
   username/Dom2/subdomainA
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to