Skip to content

Commit

Permalink
Remove extra quote symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 authored Dec 21, 2023
1 parent 272eab5 commit c4de64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/admin-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ This should provide you with a ClientID + ClientSecret to use.

In Keycloak, create a new **Client** for each provider and specify your ClientID + ClientSecret when requested, and also set:

* First Login Flow" = `browser`
* First Login Flow = `browser`
* Valid Redirect URLs = `https://<APPDOMAIN>/oauth2/callback`
* Set Authorization URL / Token URL / User Info URL / etc according to your chosen provider
* Default Scopes: `openid profile` + any other scopes desired
Expand Down

0 comments on commit c4de64e

Please sign in to comment.