diff --git a/docs/kratos/social-signin/09_ory.mdx b/docs/kratos/social-signin/09_ory.mdx index ecc40e1c1..1bd948777 100644 --- a/docs/kratos/social-signin/09_ory.mdx +++ b/docs/kratos/social-signin/09_ory.mdx @@ -25,7 +25,9 @@ ory create oauth2-client --project $project_id \ --redirect-uri https://your-project-slug.projects.oryapis.com/self-service/methods/oidc/callback/H1o_k--i # replace with your redirect URI ``` -To add your Ory OAuth2 server as a social sign-in provider, you need these details: +Adding Ory OAuth2 as a social sign-in provider is straightforward since Ory follows the OAuth2/OIDC specification. Because of +this, you can add Ory OAuth2 clients as generic OIDC providers without requiring extra set up. +To add your Ory OAuth2 server as a social sign-in provider, you need the following configuration details: - Client ID - you get this when creating the client - Client Secret - you get this when creating the client