Commit 5a52c43b authored by Alejandro Guerrero's avatar Alejandro Guerrero Committed by Evan Read

Add 'email' scope to example oidc configuration

parent e856d01e
...@@ -40,7 +40,7 @@ The OpenID Connect provides you with a client's details and secret for you to us ...@@ -40,7 +40,7 @@ The OpenID Connect provides you with a client's details and secret for you to us
'icon' => '<custom_provider_icon>', 'icon' => '<custom_provider_icon>',
'args' => { 'args' => {
'name' => 'openid_connect', 'name' => 'openid_connect',
'scope' => ['openid','profile'], 'scope' => ['openid','profile','email'],
'response_type' => 'code', 'response_type' => 'code',
'issuer' => '<your_oidc_url>', 'issuer' => '<your_oidc_url>',
'discovery' => true, 'discovery' => true,
...@@ -65,7 +65,7 @@ The OpenID Connect provides you with a client's details and secret for you to us ...@@ -65,7 +65,7 @@ The OpenID Connect provides you with a client's details and secret for you to us
icon: '<custom_provider_icon>', icon: '<custom_provider_icon>',
args: { args: {
name: 'openid_connect', name: 'openid_connect',
scope: ['openid','profile'], scope: ['openid','profile','email'],
response_type: 'code', response_type: 'code',
issuer: '<your_oidc_url>', issuer: '<your_oidc_url>',
discovery: true, discovery: true,
......
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