Skip to content

Commit

Permalink
Update extensions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Jan 14, 2025
1 parent 95516e0 commit ba4488e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,22 @@ Open ID SSO setup with Keycloak:
- Hit save

You now have a client. Click on settings and configure them as follows
-Your client ID
-Set up a name
-Client Protocol set to openid-connect
-Access Type set to public
-Standard Flow Enabled toggled to ON
-Direct access grants toggled to ON
- Your client ID
- Set up a name
- Client Protocol set to openid-connect
- Access Type set to public
- Standard Flow Enabled toggled to ON
- Direct access grants toggled to ON

![Valid redirect URI](https://user-images.githubusercontent.com/31187099/162692070-ccc54692-6793-4331-adc7-2356d0fd5397.jpg)

For the Valid Redirect URI https://shuffler.io/api/v1/login_openid
-Backchannel Logout URL https://shuffler.io/*
-Backchannel Logout Session toggled to ON

Under the Fine Grain OpenID Connect Configuration
- Backchannel Logout URL https://shuffler.io/*
- Backchannel Logout Session toggled to ON

Under the Fine Grain OpenID Connect Configuration.

Valid Request URIs https://shuffler.io/login?autologin=true

![Auto login = true](https://user-images.githubusercontent.com/31187099/162692186-6ac71b93-01be-4cb1-83f4-b7cb17758378.jpg?raw=true)
Expand Down

0 comments on commit ba4488e

Please sign in to comment.