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
I want to use logto as an external idp. I therefore created a "Third-Party App" application for generic OIDC in Logto.
I'm now integrating logto into another auth provider (zitadel in this case). When I now start the authorization flow logto returns the error "unsupported prompt value requested".
After having a look at the implementation I've realised that this has not been implemented, therefore it's probably more of a feature request than a bug. However I do think the prompt options described in this blog should be supported.
Describe the bug
I want to use logto as an external idp. I therefore created a "Third-Party App" application for generic OIDC in Logto.
I'm now integrating logto into another auth provider (zitadel in this case). When I now start the authorization flow logto returns the error "unsupported prompt value requested".
Auth request:
https://logto.company.tld/oidc/auth?client_id=<clientId>&prompt=select_account&redirect_uri=https%3A%2F%2Fzitadel.company.tld%2Fui%2Flogin%2Flogin%2Fexternalidp%2Fcallback&response_type=code&scope=openid+profile+email&state=301172077472251908
Redirect:
https://zitadel.company.tld/ui/login/login/externalidp/callback?error=invalid_request&error_description=unsupported+prompt+value+requested&state=301172077472251908&iss=https%3A%2F%2Flogto.company.tld%2Foidc
When I adapt the prompt in the auth requests to
consent
orlogin
it works, however it doesn't withselect_account
ornone
.I unfortunately didn't find any documentation or settings regarding this.
Expected behavior
Logto should be able to handle the
select_account
OIDC prompt.How to reproduce?
Integrate generic OIDC app created in logto as an external idp in a different auth provider.
Context
The text was updated successfully, but these errors were encountered: