cdaecke / md_saml

TYPO3 SSO Login with SAML authentication
Other
2 stars 8 forks source link

How to completely disable Backend SAML login? #5

Closed juergen-venne closed 1 year ago

juergen-venne commented 1 year ago

I just need the frontend SAML login, not the backend login. plugin.tx_mdsaml.be_users > has no effect. I still see the Login-Provider.

juergen-venne commented 1 year ago

To disable the backend-login I put this in my sitepackage: ext_localconf.php:

// completely remove backend SAML login provider of EXT:md_saml
unset($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['backend']['loginProviders'][1648123062]);

composer.json:

"require": {
    "mediadreams/md_saml": "*"
},
cdaecke commented 1 year ago

Yes, that's the way to go.