Skip to content

Commit

Permalink
fix: login with keycloak redirect url typo (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
pn-santos authored Oct 17, 2024
1 parent 8bf0f2b commit b8a6e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/operation/authentication/login-with-keycloak.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Create a new client called `flipt`:
1. Ensure `OpenID Connect` is selected as the client type.
1. Enter `flipt` as the client ID and click on `Next`.
1. Ensure the `Standard flow` and `Direct access grants` are enabled and click on `Next`.
1. Set the `Valid Redirect URIs` to `http://localhost:8081/auth/vl/method/oidc/keycloak/callback`.
1. Set the `Valid Redirect URIs` to `http://localhost:8081/auth/v1/method/oidc/keycloak/callback`.
1. Set the `Web Origins` to `http://localhost:8081`.
1. Ensure `Client authentication` is set to `ON`.
1. Click on `Save`.
Expand Down

0 comments on commit b8a6e9f

Please sign in to comment.