Commit 7f7e7f10 authored by David O'Regan's avatar David O'Regan

Merge branch 'mjoe-master-patch-72475' into 'master'

Small typo fixed, it is 'info_map' not 'info_maps'

See merge request gitlab-org/gitlab!50988
parents 0f1bf3b8 c43d19f8
......@@ -38,7 +38,7 @@ JWT will provide you with a secret key for you to use.
algorithm: 'HS256', # Supported algorithms: 'RS256', 'RS384', 'RS512', 'ES256', 'ES384', 'ES512', 'HS256', 'HS384', 'HS512'
uid_claim: 'email',
required_claims: ['name', 'email'],
info_maps: { name: 'name', email: 'email' },
info_map: { name: 'name', email: 'email' },
auth_url: 'https://example.com/',
valid_within: 3600 # 1 hour
}
......
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