[keycloak-user] Using OneLogin php-saml library with keycloak

pubudu gunawardena pubudupg at gmail.com
Thu Jun 4 07:44:38 EDT 2015


Hi All,

I am trying to use the OneLogin php-saml library[1] as a service
provider that uses keycloak as a SAML identity provider. The
"RelayState" parameter is sent properly form the SP to the IDP but in
the response, the forward slashes are missing from the RelayState.
For example in the post parameters of the authentication request, the
RelayState shows "http://phpsaml/demo1/" but in the response from
keycloak, it shows "http:phpsamldemo1". This is causing the php-saml
library to throw exceptions. I'm using keycloak 1.2.0.Final.

How can I overcome this problem?


[1]https://github.com/onelogin/php-saml

-- 
Thanks,
Pubudu


More information about the keycloak-user mailing list