We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello ! I need to configure Keycloak with Laravel as Identity providers using SAML
What i have done
Here is my config
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello !
I need to configure Keycloak with Laravel as Identity providers using SAML
What i have done
Here is my config
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 ?
The text was updated successfully, but these errors were encountered: