Commit d1721373 authored by Mario Mora's avatar Mario Mora Committed by Evan Read

Clarified username assertion not supported on GitLab.com

parent a7fe3cfc
...@@ -66,6 +66,9 @@ the user details need to be passed to GitLab as SAML assertions. ...@@ -66,6 +66,9 @@ the user details need to be passed to GitLab as SAML assertions.
At a minimum, the user's email address *must* be specified as an assertion named `email` or `mail`. At a minimum, the user's email address *must* be specified as an assertion named `email` or `mail`.
See [the assertions list](../../../integration/saml.md#assertions) for other available claims. See [the assertions list](../../../integration/saml.md#assertions) for other available claims.
NOTE:
The `username` assertion is not supported for GitLab.com SaaS integrations.
### Metadata configuration ### Metadata configuration
GitLab provides metadata XML that can be used to configure your identity provider. GitLab provides metadata XML that can be used to configure your identity provider.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment