Oidc Config Object


OidcConfig is the main entity of OidcConfigService

Properties
idstringRead-onlyformat GUID

OidcConfig ID


revisionstringRead-onlyformat int64

Represents the current state of an item. Each time the item is modified, its revision changes by the server. for an update operation to succeed, you MUST pass the latest revision


createdDatestringRead-onlyformat date-time

Represents the time this OidcConfig was created


updatedDatestringRead-onlyformat date-time

Represents the time this OidcConfig was last updated


clientIdstring

secretstring

configurationUrlstringformat WEB_URL

authorizationUrlstringformat WEB_URL

tokenUrlstringformat WEB_URL

jwkSetUrlstringformat WEB_URL

issuerstringformat WEB_URL

claimsOverrideMap <string, string>format map
Did this help?