Hi to all, I’ve set an identity provider and now in my login page I’ve the choice to authenticate also with the IDP. I would like to use directly the idp page for all the clients.
I’ve try in the authentication flow to set in “Identity Provider Redirector” the Default identity provider
Try setting the “Forms”-Authenticator to ALTERNATIVE or DISABLED. Or create a new Flow containing only Cookie and IdP Redirector, and then use that new Flow as default Browser flow.
I have a flow which looks exactly like your first screenshot. Are you sure you linked this flow to the browser-Binding? Or configured it as the login flow in the client (section “Authentication Flow Overrides”)?
in fact switching between SAMLIDP and “original browser” the authentication change, with SAMLIDP I’ve always the previous error. maybe I’m missing something?
I’ve made some test looking logs and I’ve found solution.
I had specified like default identity provider the display name of the IDP and not the alias.
Hi I’m facing same issue
my alias is Microsoft and I want to jump to Microsoft sign in directly.
I am using Microsoft as identify provider connected with AAD
Hi , can anyone share how to by pass the keycloak login page to idp.
Scenario:
I have a keycloak which is running in two different ports
8080- is my service provider
9090 - is my identity provider
in this case when I login I should not get the 8080 login page instead it should redirect to the 9090 login page which is idp.
how can I configure this.
Scenario: I am having existing users in my local db( mysql) , i want to integrate these user tables into keycloak.How can I do this. I have tried with custom spi but no luck the created custom id name is not displaying in keycloak.
Hi, My Usecase is a little bit similar.
Use case: If Login fails in keycloak login page then redirect to a identity provider and authenticate from there automatically if user is present there.
Note: Identity provider is another Keycloak Instance
.