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
provider_scopes: Additional scopes to request from the identity provider. Applicable when using OAuth or OpenID Connect connections.
166
167
provider_query_params: Key/value pairs of query parameters to pass to the OAuth provider. Only applicable when using OAuth connections.
168
+
client_id: The unique identifier of the WorkOS environment client. Defaults to the client's configured client_id.
167
169
domain: (deprecated) Deprecated. Use `connection` or `organization` instead. Used to initiate SSO for a connection by domain. The domain must be associated with a connection in your WorkOS environment.
168
170
provider: Used to initiate OAuth authentication with various providers.
169
171
redirect_uri: Where to redirect the user after they complete the authentication process. You must use one of the redirect URIs configured via the [Redirects](https://dashboard.workos.com/redirects) page on the dashboard.
provider_scopes: Additional scopes to request from the identity provider. Applicable when using OAuth or OpenID Connect connections.
586
590
provider_query_params: Key/value pairs of query parameters to pass to the OAuth provider. Only applicable when using OAuth connections.
591
+
client_id: The unique identifier of the WorkOS environment client. Defaults to the client's configured client_id.
587
592
domain: (deprecated) Deprecated. Use `connection` or `organization` instead. Used to initiate SSO for a connection by domain. The domain must be associated with a connection in your WorkOS environment.
588
593
provider: Used to initiate OAuth authentication with various providers.
589
594
redirect_uri: Where to redirect the user after they complete the authentication process. You must use one of the redirect URIs configured via the [Redirects](https://dashboard.workos.com/redirects) page on the dashboard.
0 commit comments