You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of this parameter should be a WorkOS Organization ID. (Optional)
380
381
provider (UserManagementProviderType): The provider connection selector is used to initiate SSO using an OAuth-compatible provider.
381
382
Currently, the supported values for provider are 'authkit', 'AppleOAuth', 'GitHubOAuth, 'GoogleOAuth', and 'MicrosoftOAuth'. (Optional)
383
+
provider_scopes (Sequence[str]): Can be used to specify additional scopes that will be requested when initiating SSO using an OAuth provider. (Optional)
382
384
domain_hint (str): Can be used to pre-fill the domain field when initiating authentication with Microsoft OAuth,
383
385
or with a GoogleSAML connection type. (Optional)
384
386
login_hint (str): Can be used to pre-fill the username/email address field of the IdP sign-in page for the user,
0 commit comments