typescript
typescript copied to clipboard
Login: SAML request
https://github.com/zitadel/zitadel/issues/6053 will provide an API to authenticate via Session API for SAML.
Like the OIDC flow, these API calls need to be proxied and handled in the Login UI.
Acceptance criteria
- [ ] SAML endpoints (Metadata, certificate, SSO, ...) are proxied like OIDC ones
- [ ] Authentication with session token is implemented (like the GetCallback of OIDC Service)
@peintnermax can you please estimated this issue?
moving this to "in progress" as @peintnermax is working on that