mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-19 01:14:48 -05:00
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:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user