Join Slack
Powered by
Hi All, Auth0 has a connection param, that can be ...
# general
a
agreeable-helicopter-48925
07/09/2024, 10:14 AM
Hi All, Auth0 has a connection param, that can be used to skip directly to the requested SSO provider. Does Ory have anything similar?
s
steep-lamp-91158
07/09/2024, 10:42 AM
Yes, you can pass the organization ID when creating the login/registration flow:
https://www.ory.sh/docs/kratos/organizations
https://www.ory.sh/docs/reference/api#tag/frontend/operation/createBrowserLoginFlow
(the organization parameter)
a
agreeable-helicopter-48925
07/09/2024, 10:47 AM
That can used to navigate directly to google SSO? I might be misunderstanding the docs, but the looks like it is tied to the organisation config
s
steep-lamp-91158
07/09/2024, 10:49 AM
you need to set up google sso as a sign-in option for an organization, and then you can use that organization to go directly to the google sso
steep-lamp-91158
07/09/2024, 10:49 AM
on the ory ui it probably still asks the user to click on some button, but a custom ui could skip that
a
agreeable-helicopter-48925
07/09/2024, 10:53 AM
Thank you, I'll give that a try
2
Views
Open in Slack
Previous
Next