docs: fixed login v1 jwt idp callback (#11989)

# Which Problems Are Solved

The example callback url for JWT idP was wrong
This commit is contained in:
Wim Van Laer
2026-04-10 07:51:01 +00:00
committed by GitHub
parent 61b40975f7
commit 4fdc3d6d3b
@@ -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`