pbechlivP
ZITADEL11mo ago
5 replies
pbechliv

Pre-select an identity provider on login

So my use case is the following:
I have my own landing page which has a login button and redirects to Zitadel login page, what I would like to chang is to have instead the following buttons:
- Login with password
- Login with Microsoft
And each button sending a customQueryParam to Zitadel login page which is used to trigger automatically the correct auth method.
For example in keycloak I can provide "kc_idp_hint": "local" to trigger password login or "kc_idp_hint": "microsost-entra-idp-id" to trigger the microsoft login without the user seeing anything else.

Is that something considered? Should I create an issue in Github instead?
Was this page helpful?