From 4fdc3d6d3b46afd2d00e0b4e65bcbb65fd9087d6 Mon Sep 17 00:00:00 2001 From: Wim Van Laer Date: Fri, 10 Apr 2026 09:51:01 +0200 Subject: [PATCH] docs: fixed login v1 jwt idp callback (#11989) # Which Problems Are Solved The example callback url for JWT idP was wrong --- .../content/guides/integrate/identity-providers/jwt_idp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/guides/integrate/identity-providers/jwt_idp.mdx b/apps/docs/content/guides/integrate/identity-providers/jwt_idp.mdx index 8b48a72f90..8b45b6340c 100644 --- a/apps/docs/content/guides/integrate/identity-providers/jwt_idp.mdx +++ b/apps/docs/content/guides/integrate/identity-providers/jwt_idp.mdx @@ -117,7 +117,7 @@ JWT endpoint would exist behind the WAF and `getJwtForCurrentSession` would get `ZITADEL_JWT_IDP_ENDPOINT` should be set to the custom domain of your ZITADEL instance with the respective path of the login callback: -Login V1: `https://accounts.test.com/ui/login/login/jwt/authorize` +Login V1: `https://accounts.test.com/ui/login/idps/jwt` Login V2: `https://accounts.test.com/idps/jwt`