What are the 6 methods available for user authentication?
- Local Database: The user name and password in their user record in the instance database.
- Multifactor: The user name and password in the database and passcode sent to the user's mobile device that has Google Authenticator installed
- LDAP: The user name and password are accessed via LDAP in the corporate directory, which has a matching user account in the database.
- SAML 2.0: The user name and password configured in a SAML identity provider account, which has a matching user account in the database.
- OAuth 2.0: The user name and password of OAuth identity provider, which has a matching user account in the database.
- Digest Token: An encrypted digest of the user name and password in the user record.
Reveal Solution Next Question