From 3e9d1d1ad29761ee75e768cbfe433d10580626da Mon Sep 17 00:00:00 2001 From: Vincent Kraus Date: Mon, 24 Jul 2023 17:42:11 +0200 Subject: [PATCH] chore: fix text --- docs/kratos/social-signin/09_ory.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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