Commit 73aedae5 authored by Evan Read's avatar Evan Read

Merge branch 'patch-29' into 'master'

Update oidc.md

See merge request gitlab-org/gitlab!17566
parents 8432ed98 862d2a8e
......@@ -35,7 +35,7 @@ The OpenID Connect will provide you with a client details and secret for you to
{ 'name' => 'openid_connect',
'label' => '<your_oidc_label>',
'args' => {
"name' => 'openid_connect',
'name' => 'openid_connect',
'scope' => ['openid','profile'],
'response_type' => 'code',
'issuer' => '<your_oidc_url>',
......
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