Skip to main content

SsoProvider

An SSO (Single Sign-On) provider configured for this Massdriver server.

Each provider represents an OAuth 2.0 or OpenID Connect identity provider that users can authenticate with. Use the loginUrl to redirect users to the provider's login page.

type SsoProvider {
name: String!
loginUrl: String!
uiIconUrl: String
uiLabel: String
}

Fields

SsoProvider.name ● String! non-null scalar {#name}

The provider's identifier (e.g., "google", "okta", "azure-ad").

SsoProvider.loginUrl ● String! non-null scalar {#login-url}

The URL to redirect the user to in order to start the SSO login flow.

SsoProvider.uiIconUrl ● String scalar {#ui-icon-url}

URL of the provider's icon, for rendering on login buttons.

SsoProvider.uiLabel ● String scalar {#ui-label}

Display label for the provider (e.g., "Sign in with Google").

Member Of

Server object