24Slides / laravel-saml2

[Laravel 5.4+] An integration to add SSO to your service via SAML2 protocol based on OneLogin toolkit with support of multiple Identity Providers
MIT License
227 stars 67 forks source link

Keycloak Integration #98

Open todiadiyatmo opened 1 month ago

todiadiyatmo commented 1 month ago

Hello ! I need to configure Keycloak with Laravel as Identity providers using SAML

What i have done

Here is my config image

When i tried to login i got this error

keycloak-1 | 2024-08-19 06:43:14,754 WARN [org.keycloak.events] (executor-thread-18) type="LOGIN_ERROR", realmId="13393003-222e-44e5-a118-9e7bf8ef9e2f", realmName="master", clientId="null", userId="null", ipAddress="172.18.0.1", error="client_not_found", reason="Cannot_match_source_hash"

Seems like clientId is not send from laravel.

Any idea whats wrong with my setup ?