flipboxfactory / saml-sp

SAML Service Provider (SP) Plugin for Craft CMS
https://saml-sp.flipboxfactory.com/
Other
19 stars 5 forks source link

Bindings point to live-site URL not Craft server in a headless setup #142

Closed kan-erik closed 2 years ago

kan-erik commented 2 years ago

We have no users login on the frontend, only to access Craft CMS on the backend, but the Metadata and bindings always point to the frontend domain even though the entityID is for the backend.

How can we config the plugin to handle this scenario?

Thanks

dsmrt commented 2 years ago

👋 @dazy-erik

This might help! https://saml-sp.flipboxfactory.com/examples/multi-site-with-cp-login.html#solution

kan-erik commented 2 years ago

Thank you @dsmrt , that did the trick. A bit unfortunate to have to have a multisite setup, but it works for now 😄