Skip to content

Commit

Permalink
chore: fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Jul 24, 2023
1 parent b38d1c2 commit 3e9d1d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/kratos/social-signin/09_ory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e9d1d1

Please sign in to comment.