External-openid-provider (Section)#

Path: /environments/environment/admin-service/http/web-ui/admin-federated-login/external-openid-provider

Use external OpenID Connect provider

Parameters#

NameTypeRequiredDefaultDescription
client-idnon-empty-stringrequiredThe client id to use when obtaining an OAuth 2.0 access token
client-secretnon-empty-stringrequiredThe client secret to use when obtaining an OAuth 2.0 access token
http-clientleafrefoptionalA reference to the Http Client
authorization-endpointurirequiredThe complete url to the authorization endpoint of the OpenID Connect Provider
token-endpointurirequiredThe complete url to the token endpoint of the OpenID Connect Provider
userinfo-endpointurioptionalThe complete url to the userinfo endpoint of the OpenID Connect Provider
scopesmulti-value, scopeoptionalAdditional scopes (beyond ‘openid’) that should be requested
claimsmulti-value, non-empty-stringoptionalAdditional claims that should be requested

Was this helpful?