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