scpcom opened a new pull request, #989:
URL: https://github.com/apache/guacamole-client/pull/989

   The auth-sso-saml plugin always uses NameID as username.
   Some SAML providers like simplesamlphp use NameID format 
"urn:oasis:names:tc:SAML:2.0:nameid-format:transient", this is a temporary ID 
associated with the user.
   I added the option "saml-user-attribute" which allows to get the username 
from one of the attributes.
   
   For example if simplesamlphp uses Active Directory LDAP as backend you can 
add one of this lines to guacamole.properties:
   saml-user-attribute: mail
   saml-user-attribute: sAMAccountName
   saml-user-attribute: userPrincipalName
   
   If saml-user-attribute is not set or empty the NameID wil be used.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to