Skip to content

Login Flow

Overall password grant flow:

  1. The user provides the username and password to the client (application).
  2. The client (application) sends the username and password to the unified authentication platform and requests the authorization token endpoint.
  3. After the unified authentication platform confirms the credentials, it provides the user authorization token (access_token) to the client (application).
  4. The client (application) uses the user authorization token (access token) to obtain resources (user information) from the unified authentication platform.
  5. The unified authentication platform returns the current login user information to the client, and the user logs into the application system.

Development Steps

The overall development process for integrating with BambooCloud IDaaS using OAuth2.0 password grant is as follows:

Step1: Password Grant Authentication

Click to view the password grant authentication API

Step2: Get User Info

Click to view get user info

BambooCloud IDaaS Open Platform