WSO2 IS Single Logout partially working

前端 未结 4 1273
臣服心动
臣服心动 2021-01-25 09:20

I am testing SAML SSO using WSO2 Identity Server 5.0.0 with two PHP application instances as service providers (using onelogin phpsaml). I managed to make the single sign on to

4条回答
  •  死守一世寂寞
    2021-01-25 10:15

    Well, the problem is due to the fact that onelogin/php-saml implementation handles the IDP Logout request by redirecting the response to the IDP.

    I change the code to returns the response instead and it is working now. Considering that I am new to the SAML standards, I am not sure if it is the correct way to solve that.

提交回复
热议问题