Returns the oidc Spec for tenant
GET/v1/tenants/:tenantUid/oidc/config
Returns the oidc Spec for tenant
Request
Path Parameters
tenantUid stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
callbackUrlstring
clientIdstring
clientSecretstring
defaultTeamsstring[]
isSsoEnabledboolean
issuerUrlstring
the issuer is the URL identifier for the service
logoutUrlstring
requiredClaims
object
Emailstring
FirstNamestring
LastNamestring
SpectroTeamstring
scopesstring[]
scopesDelimiterstring
syncSsoTeamsboolean
{
"callbackUrl": "string",
"clientId": "string",
"clientSecret": "string",
"defaultTeams": [
"string"
],
"isSsoEnabled": true,
"issuerUrl": "string",
"logoutUrl": "string",
"requiredClaims": {
"Email": "string",
"FirstName": "string",
"LastName": "string",
"SpectroTeam": "string"
},
"scopes": [
"string"
],
"scopesDelimiter": "string",
"syncSsoTeams": true
}
Loading...