codegreencreative / laravel-samlidp

Laravel SAML IdP
MIT License
232 stars 84 forks source link

SingleLogoutService in metadata #114

Closed russclewett-mw closed 1 year ago

russclewett-mw commented 1 year ago

Hi there!

I've got your package set up for SSO with a Craft CMS site and am using a plugin that implements an SP. SSO is working fine but logout is breaking on the Craft side. When I raised this with the plugin developer they say we need "SingleLogoutService" in our Metadata (https://github.com/flipboxfactory/saml-sp/issues/191#issuecomment-1494970796).

Is this something we can add ourselves or is in not possible.

Thanks

upwebdesign commented 1 year ago

@russclewett-mw, you don't need to use the supplied metadata XML view. Instead, you can use your own if you like.

russclewett-mw commented 1 year ago

Ahh yes of course! However I'm not sure what the Location and ResponseLocation for the node would be.

upwebdesign commented 1 year ago

@russclewett-mw, likely your logout route.