SSO OpenID (v2023)

I want to implement SSO using Keycloak and Hybridauth. i have writen code in login page’s page_load funtion to check is_loggedin() and redirect to keycloack login page. but how can i pass the userprofile value to phpmaker application to login? i am stucked there. can anyone have solution or suggestion help me out in this.

Thanks!

You cannot use server events to do that, you need to implement the settings for Hybridauth.

inside src/config.php file i have added the settings. Now it is redirecting and came back the application but after redirecting from keycloack to application i am facing error like “userinfo has returned an error. HTTP error 403. Raw Provider API response: .” . have anyone guide me to fix it.

Thanks!