DevToolPortalSsoProperties interface
Single sign-on related configuration
Properties
| client |
The public identifier for the application |
| client |
The secret known only to the application and the authorization server |
| metadata |
The URI of a JSON file with generic OIDC provider configuration. |
| scopes | It defines the specific actions applications can be allowed to do on a user's behalf |
Property Details
clientId
The public identifier for the application
clientId?: string
Property Value
string
clientSecret
The secret known only to the application and the authorization server
clientSecret?: string
Property Value
string
metadataUrl
The URI of a JSON file with generic OIDC provider configuration.
metadataUrl?: string
Property Value
string
scopes
It defines the specific actions applications can be allowed to do on a user's behalf
scopes?: string[]
Property Value
string[]