| Step 1: Obtain the silent login authorization code. | After the Organization Admin signs in to the DingTalk admin console and clicks the app on the Workbench, the page is redirected to the app’s backend URL, and DingTalk appends a code parameter to that URL. Save the code parameter value for use in later steps. |
| Step 2: Obtain the access_token for silent login to the app backend. | Call the API to obtain the access token for silent login to the micro app backend, and use it as the access_token for silent login to the app backend. |
| Step 3: Obtain the identity information of the app Admin. | Use the code obtained in Step 1 and the access_token obtained in Step 2 to exchange for the identity information of the app Admin. For details, see Obtain user information for silent login to the app management backend. |