Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "authoritiy": "String",
  "clientId": "String",
  "clientSecret": "String",
  "responseType": "String" # defaults to "code"
  "certificateValidationOptions": {
    "certificateDistinguesedName": "String",
    "tokenLifetimeInMinutes": "String"
  },
  "Scopes": ["String"],
  "audience": "String",
  "callbackPath": "String",
  "useUserInfoEndpoint": "Boolean" # defaults to 'true',
  "requireHttpsMetadata": "Boolean" # defaults to 'true',
  "useIFrameLogoutWithIdTokenHint": "Boolean"
}

...