Login Process

The overall flow of the Password Credentials grant type:

  1. The user provides their username and password to the client (application).

  2. The client (application) sends the username and password to the unified authentication platform, requesting the access token endpoint.

  3. After verification, the unified authentication platform provides the user's access token to the client (application).

  4. The client (application) uses the user's access token to request resources (user information) from the unified authentication platform.

  5. The unified authentication platform returns the current logged-in user's information to the client, and the user logs into the application system.

Note: Single Sign-On (SSO) between applications is not supported under the OAuth 2.0 Password Credentials grant type.

# Development Steps

The overall development process for integrating with Zhuyun IDaaS platform using the OAuth 2.0 Password Credentials grant type is as follows:

# Step1: Password Credentials Authentication

Click to view the Password Credentials Authentication API

# Step2: Obtain User Information

Click to view, Obtain User Information