From b8a6e9f94ca8ef0afaba4dcac7b82ff3eadab80f Mon Sep 17 00:00:00 2001 From: Pedro Nuno Santos Date: Thu, 17 Oct 2024 18:52:56 +0100 Subject: [PATCH] fix: login with keycloak redirect url typo (#281) --- guides/operation/authentication/login-with-keycloak.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/operation/authentication/login-with-keycloak.mdx b/guides/operation/authentication/login-with-keycloak.mdx index 2e18209..7516a2f 100644 --- a/guides/operation/authentication/login-with-keycloak.mdx +++ b/guides/operation/authentication/login-with-keycloak.mdx @@ -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`.