Can't configure SAML via .env or env.local

Hi there,

I’m having issues when trying to use the guide to install SAML into suiteCRM, every time i enable the variables the site crashes completely.

Any assistance will be gratefully received!

Hello Kah,

how does the site crash?
Do you have any debug logs / details?
Which version do you have? SAML changed in 8.7.
Can you still login via the fallback native authentication?

Hi there,

Thanks for the reply! turns out it was the web hosts fault with a weirdly out of sync mapping table, the database needed a repair done via console and:
php bin/console doctrine:schema:validate

php bin/console doctrine:schema:update --force