You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like described in the documentation, the Zitadel API returns me an authRequestId like V2_224908753244265546 (prefixed with "V2_"). But the login app of the latest version (commit sha of main: d5695a0) only handles authRequestIds prefixed with saml_ or oidc_. See:
Uh oh!
There was an error while loading. Please reload this page.
Preflight Checklist
Version
No response
Describe the problem caused by this bug
I am triggering an OAuth flow like described here: https://zitadel.com/docs/guides/integrate/login-ui/oidc-standard.
Like described in the documentation, the Zitadel API returns me an authRequestId like V2_224908753244265546 (prefixed with "V2_"). But the login app of the latest version (commit sha of main: d5695a0) only handles authRequestIds prefixed with
saml_
oroidc_
. See:typescript/apps/login/src/app/login/route.ts
Line 110 in d5695a0
To reproduce
Steps to reproduce:
Also see: https://zitadel.com/docs/guides/integrate/login-ui/oidc-standard
The text was updated successfully, but these errors were encountered: