identityProviderInfo

Configuration for identity provider integration.

Examples

type IdentityProviderInfo {
  baseURL: String
  urlParams: String
  scope: String
  configText: String
  user_scope: String
}

Fields

Field
Description
Supported fields

baseURL String

Base URL of the identity provider

urlParams String

URL parameters for identity provider authentication

scope String

Required permission scopes

configText String

Instructions for configuring the identity provider

user_scope String

Optional user-specific permission scopes

References

Fields with this object:

Last updated