:wave: Team, I'm wondering if Kratos support OIDC ...
# talk-kratos
e
👋 Team, I'm wondering if Kratos support OIDC SSO atm, it seems only social sign-in is supported according to the public-facing docs.
p
Hi @early-branch-59481 What do you mean? Do you mean to have your own "Sign in with X" button on 3rd party apps?
e
For example, our customers want to use SSO with IdPs, e.g., Okta.
(Not social sign-in)
p
Kratos doesn't support this on its own. You need to hook it up with Hydra to achieve this. Or you can use the Ory Network. https://www.ory.sh/run-oauth2-server-open-source-api-security/
e
I think there is a misunderstanding. We don't need the functionality of OP, RP is good enough.
i.e., our customer can use OIDC SSO to authenticate into our app through, e.g., Okta.
basically our app only needs to be a RP and redirect the customers to IdP for SSO.
p
Hi @early-branch-59481 I see, yes you can configure a generic provider in Kratos. I'm not sure if there are requirements in the OP you use that we do not cover. Check out https://www.ory.sh/docs/kratos/social-signin/generic
e
Got it, thanks Alano