IdentityProviderConfiguration
The configuration of an identity provider.
Syntax
json
{
"oidc": {
"issuer": "string",
"clientId": "string",
"scopes": [
"string"
]
}
}
Type Definition
- Type
object
- Properties
oidc
optional- Type
object
- Properties
issuer
required- Type
string
- Type
clientId
required- Type
string
- Type
clientSecret
required- Type
boolean
- Type
scopes
required- Type
array
- Items
- Type
string
- Type
- Type
- Type