problem
Ldap imported accounts which are saml enabled doesn't fallback to ldap if saml is disabled
versions
ACS 4.23 Nightly
The steps to reproduce the bug
- Configure a LDAP and Import a LDAP account
- Check the user type , its set to LDAP
- Authorize SAML to the imported ldap account
- The user type is assigned as SAML
- Disable SAML SSO
- The user type is assigned as NATIVE TYPE
- The LDAP imported user is not able to login with LDAP credentials since the user type changes
made sure the setting
enable.login.with.disabled.saml is set to true
#10868
What to do about it?
If the SAML authentication is disabled for a LDAP imported account.
The user type should switch back to LDAP