Problem/Motivation

Replace Drupal login with Keycloak single sign-on (SSO) is not working feature is no working for keycloak client (See attached image)

Steps to reproduce

https://www.domainname.com/en/user/login, Instead of redirecting to the Keycloak server for authentication, it displayes default Drupal login page and a button "Log in with Keycloak".
see image attached

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

hiralshah1991 created an issue. See original summary.

viren18febs’s picture

Assigned: Unassigned » viren18febs

Checking the issue!

viren18febs’s picture

Assigned: viren18febs » Unassigned
Status: Active » Needs review
StatusFileSize
new24.88 KB

According to OpenID Connect / OAuth client configurations, when user click on login button it is automatically not redirect to the Keycloak server for authentication. instead of this a button will display on login page with the client id name.

We can manage the position of that button from OpenID Connect Settings ("admin/config/people/openid-connect/settings"). if you choose replace from setting page, then login form will disappear & the "Log in with Keycloak" button is displayed. when user click on that button, it will redirect to the client server for authentication.

I have attached an image for reference.

pfrilling’s picture

Priority: Critical » Normal
Status: Needs review » Closed (duplicate)

After reviewing the description, I believe what you are looking to accomplish is currently being tracked in this issue: https://www.drupal.org/project/openid_connect/issues/3011413

I'm going to close this as a duplicate.