FederatedIdentityProviderSpec
FederatedIdentityProviderSpec
The identity management configuration when the provider is via broker federation
JSON Example
{
"name": "string",
"directory": {
"directoryId": "string",
"name": "string",
"defaultDomain": "string",
"domains": [
"string"
],
"federatedIdpSourceType": "One among: OKTA, MICROSOFT_ENTRA_ID, PING_FEDERATE"
},
"oidcSpec": {
"clientId": "string",
"clientSecret": "string",
"discoveryEndpoint": "string"
},
"syncClientTokenTTL": 0
}
string
name
Required
The user-friendly name for the Identity Provider
directory
Required
The directory configuration when the provider is via broker federation
oidcSpec
Required
Identity management configuration when the Identity Provider is based on oidc
integer As int64 As int64
syncClientTokenTTL
Optional
The lifetime in seconds of the sync client bear token, default to 6 months if not specified. This field is deprecated. It is being made as a query parameter in the sync client token generation API.