Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
bbb2284b
Verified
Commit
bbb2284b
authored
May 02, 2020
by
Sven-Hendrik Haase
Browse files
Get rid of name mapper
GitLab will automatically construct the full name from LastName and FirstName.
parent
1f350e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tf-stage2/keycloak.tf
View file @
bbb2284b
...
...
@@ -112,18 +112,6 @@ resource "keycloak_saml_user_property_protocol_mapper" "gitlab_saml_email" {
}
resource
"keycloak_saml_user_property_protocol_mapper"
"gitlab_saml_name"
{
realm_id
=
"archlinux"
client_id
=
keycloak_saml_client
.
saml_gitlab
.
id
name
=
"name"
user_property
=
"Username"
friendly_name
=
"Username"
saml_attribute_name
=
"name"
saml_attribute_name_format
=
"Basic"
}
resource
"keycloak_saml_user_property_protocol_mapper"
"gitlab_saml_first_name"
{
realm_id
=
"archlinux"
client_id
=
keycloak_saml_client
.
saml_gitlab
.
id
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment