OpenID Connect Discovery Document
You can set up your application using OpenID Connect (OIDC) Discovery Document. For information about obtaining a tenant identifier, see the Getting a Tenant Identifier section of the Administrator’s guide. Sample request: We also recommend using URLs found in the discovery document for ROPC and Authorization Code flows.Authentication Flow
Get an Access Token
Choose one of the two authentication methods to obtain an access token:
- Resource Owner Password Credentials (ROPC) - Direct username/password authentication
- Authorization Code Flow - OAuth redirect-based authentication
Next Steps
- Resource Owner Password Credentials (ROPC) - Recommended for server-to-server applications
- Authorization Code Flow - Recommended for user-facing applications
