laravel-saml2 icon indicating copy to clipboard operation
laravel-saml2 copied to clipboard

Keycloak Integration

Open todiadiyatmo opened this issue 1 year ago • 0 comments

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

What i have done

  • integrate laravel with this plugin
  • create integration using link provided by this plugin command

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 ?

todiadiyatmo avatar Aug 19 '24 06:08 todiadiyatmo