revert: "feat(IDP): use single callback endpoint"

This reverts commit e126ccc9aa.

# Which Problems Are Solved

#8295 introduced the possibility to handle idps on a single callback,
but broke current setups.

# How the Problems Are Solved

- Revert the change until a proper solution is found. Revert is needed
as docs were also changed.

# Additional Changes

None.

# Additional Context

- relates to #8295
This commit is contained in:
Livio Spring
2024-07-24 14:29:05 +02:00
committed by GitHub
parent c3f8439a49
commit 8d13247413
24 changed files with 65 additions and 80 deletions

View File

@@ -85,7 +85,7 @@ export class ProviderNextService {
map((env) => [
{
label: 'ZITADEL Callback URL',
url: `${env.issuer}/idps/callback`,
url: `${env.issuer}/ui/login/login/externalidp/callback`,
},
]),
);

View File

@@ -84,7 +84,11 @@ export class ProviderSamlSpComponent {
downloadable: true,
},
{
label: 'ZITADEL ACS',
label: 'ZITADEL ACS Login Form',
url: `${environment.issuer}/ui/login/login/externalidp/saml/acs`,
},
{
label: 'ZITADEL ACS Intent API',
url: `${idpBase}/acs`,
},
{