SsoProvider
An SSO provider available for authentication.
type SsoProvider {
name: String!
loginUrl: String!
uiIconUrl: String
uiLabel: String
}
Fields
SsoProvider.name ● String! non-null scalar
Provider name (e.g., 'google', 'okta')
SsoProvider.loginUrl ● String! non-null scalar
URL to start the SSO login flow
SsoProvider.uiIconUrl ● String scalar
Icon to display on the login button
SsoProvider.uiLabel ● String scalar
Label to display on the login button
Member Of
Server object