External-openid-provider (Section)#
Path: /environments/environment/admin-service/http/web-ui/admin-federated-login/external-openid-provider
Use external OpenID Connect provider
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| client-id | non-empty-string | required | The client id to use when obtaining an OAuth 2.0 access token | |
| client-secret | non-empty-string | required | The client secret to use when obtaining an OAuth 2.0 access token | |
| http-client | leafref | optional | A reference to the Http Client | |
| authorization-endpoint | uri | required | The complete url to the authorization endpoint of the OpenID Connect Provider | |
| token-endpoint | uri | required | The complete url to the token endpoint of the OpenID Connect Provider | |
| userinfo-endpoint | uri | optional | The complete url to the userinfo endpoint of the OpenID Connect Provider | |
| scopes | multi-value, scope | optional | Additional scopes (beyond ‘openid’) that should be requested | |
| claims | multi-value, non-empty-string | optional | Additional claims that should be requested |