Credential management
Credential management is critical for an enterprise. We must consider the day-to-day management of user credentials, including effective management of passwords. We must ensure passwords are created, stored, and destroyed securely. They must always be processed securely as well.
Single Sign-On (SSO)
The goal of SSO is to allow users to use a single account to access many services. This relies on robust authentication so ties in nicely with MFA. The weakness of SSO would be the account credentials being stolen. It is important to protect the account. SSO is very convenient for users. They must only remember one set of credentials.
Tip
When you sign in to Google to access Gmail, Google Docs, and content on YouTube, you will only need to sign in once with your Google account.
Password repository applications
Organization goals should include the use of SSO wherever possible. This allows a single account to be used for multiple applications or...