mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
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:
@@ -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`,
|
||||
},
|
||||
]),
|
||||
);
|
||||
|
@@ -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`,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user