|
|
|
@ -75,7 +75,7 @@
|
|
|
|
|
"identityProviders": [ |
|
|
|
|
{ |
|
|
|
|
"alias": "eosc-oidc", |
|
|
|
|
"displayName": "Academic / other account", |
|
|
|
|
"displayName": "Academic / other", |
|
|
|
|
"providerId": "oidc", |
|
|
|
|
"enabled": true, |
|
|
|
|
"updateProfileFirstLoginMode": "on", |
|
|
|
@ -139,7 +139,45 @@
|
|
|
|
|
"useJwksUrl": "true", |
|
|
|
|
"guiOrder" : "3" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"alias": "twitter", |
|
|
|
|
"providerId": "twitter", |
|
|
|
|
"enabled": true, |
|
|
|
|
"updateProfileFirstLoginMode": "on", |
|
|
|
|
"trustEmail": false, |
|
|
|
|
"storeToken": false, |
|
|
|
|
"addReadTokenRoleOnCreate": false, |
|
|
|
|
"authenticateByDefault": false, |
|
|
|
|
"linkOnly": false, |
|
|
|
|
"firstBrokerLoginFlowAlias": "first broker login", |
|
|
|
|
"config": { |
|
|
|
|
"syncMode": "IMPORT", |
|
|
|
|
"clientSecret": "{{ twitter_clientSecret }}", |
|
|
|
|
"clientId": "{{ twitter_clientId }}", |
|
|
|
|
"useJwksUrl": "true", |
|
|
|
|
"guiOrder" : "4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"alias": "github", |
|
|
|
|
"providerId": "github", |
|
|
|
|
"enabled": true, |
|
|
|
|
"updateProfileFirstLoginMode": "on", |
|
|
|
|
"trustEmail": true, |
|
|
|
|
"storeToken": false, |
|
|
|
|
"addReadTokenRoleOnCreate": false, |
|
|
|
|
"authenticateByDefault": false, |
|
|
|
|
"linkOnly": false, |
|
|
|
|
"firstBrokerLoginFlowAlias": "first broker login", |
|
|
|
|
"config": { |
|
|
|
|
"syncMode": "IMPORT", |
|
|
|
|
"clientSecret": "{{ github_clientSecret }}", |
|
|
|
|
"clientId": "{{ github_clientId }}", |
|
|
|
|
"useJwksUrl": "true", |
|
|
|
|
"guiOrder" : "5" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
"identityProviderMappers": [ |
|
|
|
|
{ |
|
|
|
|