From 05dbac58e1db7a5efc35b0ae1458ebbf1051028f Mon Sep 17 00:00:00 2001 From: Tomi Pakarinen Date: Thu, 5 May 2016 21:32:13 +0300 Subject: [PATCH] Example for OAUTH_SAML_GROUPS_ATTRIBUTE --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fce285d..8f558d72 100644 --- a/README.md +++ b/README.md @@ -916,7 +916,7 @@ Below is the complete list of available options that can be used to customize yo - **OAUTH_SAML_ISSUER**: The name of your application. When `GITLAB_HTTPS=true`, defaults to `https://${GITLAB_HOST}` else defaults to `http://${GITLAB_HOST}`. - **OAUTH_SAML_LABEL**: The "Sign in with" button label. Defaults to "Our SAML Provider". - **OAUTH_SAML_NAME_IDENTIFIER_FORMAT**: Describes the format of the username required by GitLab, Defaults to `urn:oasis:names:tc:SAML:2.0:nameid-format:transient` -- **OAUTH_SAML_GROUPS_ATTRIBUTE**: Map groups attribute in a SAMLResponse to external groups. No default. +- **OAUTH_SAML_GROUPS_ATTRIBUTE**: Map groups attribute in a SAMLResponse to external groups. Comma separated list of quoted groups. Example: `'group1','group2'`. No defaults. - **OAUTH_SAML_EXTERNAL_GROUPS**: List of external groups in a SAMLResponse. No defaults. - **OAUTH_SAML_ATTRIBUTE_STATEMENTS_EMAIL**: Map 'email' attribute name in a SAMLResponse to entries in the OmniAuth info hash, No defaults. See [Gitlab documentation](http://doc.gitlab.com/ce/integration/saml.html#attribute_statements) for more details. - **OAUTH_SAML_ATTRIBUTE_STATEMENTS_NAME**: Map 'name' attribute in a SAMLResponse to entries in the OmniAuth info hash, No defaults. See [Gitlab documentation](http://doc.gitlab.com/ce/integration/saml.html#attribute_statements) for more details.