Adding SSO for an application
SSO simplifies the authentication process by allowing users to access multiple third-party applications with one set of login credentials. Choosing the right SSO method is essential for ensuring security, compliance, and ease of use. This recipe will guide you through the process of selecting the appropriate SSO method for your organization based on your specific requirements and infrastructure.
Getting ready
You must have the Global or Cloud Application Administrator role to complete these steps.
How to do it…
- Determine the applications and services that will use SSO.
- Identify the authentication protocols supported by these applications (e.g., SAML, OpenID Connect, and OAuth).
- Sign in to the Microsoft 365 admin center at https://admin.microsoft.com.
- Navigate to Identity from the left navigation menu under Admin centers.
- In the left navigation menu, select Applications | Enterprise applications.
- Select an application...