Skip to content

Commit

Permalink
fix: text bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Aug 22, 2023
1 parent 5fa4d21 commit da67657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/identities/sign-in/social-sign-in/redirect-url.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ory list projects

## Remove the configuration entry
ory patch identity-config <project-id> \
--add '/selfservice/methods/oidc/config/base_redirect_uri="https://ory.ory.example.org"'
--add '/selfservice/methods/oidc/config/base_redirect_uri="https://ory.example.org"'
```

After changing the base redirect URI you need to update the redirect URL of social sign-in providers you want to use. This is done
Expand Down

0 comments on commit da67657

Please sign in to comment.