> For the complete documentation index, see [llms.txt](/llms.txt)

# Management Console

Creation procedure using the Management Console (Web UI)




## Add credentials {#credentials}

Add **Credentials** to the project.

The application can access various APIs by performing GS2-Identifier authentication using the client ID and client secret information contained in the credentials.

Authentication is performed on a GS2-Identifier user basis.
GS2-Identifier users have defined permissions to use GS2 services.
This section describes how to add a user with access privileges for applications.

### Create User

![img.png](img.png)

Select Identifier from the side menu of the Management Console and click Users.

![img_1.png](img_1.png)

The "Identifier > User List" page will open. Select Create New User on the right.

![img_2.png](img_2.png)

The "Identifier > User List > Create New User" page will open. Enter the user name and description fields as appropriate, and click Create. (e.g. User Name: Application, etc.)

### Create Credential (API Key)

![img_3.png](img_3.png)

On the "Identifier > User List" page, select the user you just created.

![img_4.png](img_4.png)

On the "Identifier > User List > User Information" page, add credentials for the user. On the Credentials tab, click Create New Credential.

![img_5.png](img_5.png)

After clicking Create on the "Identifier > User List > User Information > Credentials > Create New Credential" page, a Client Id and Client Secret will be issued.

Please keep the issued Client Id and Client Secret with you.

### Set Permissions for the User

Assign a security policy to the newly created user.
Here we assign the security policy ApplicationAccess, which is already defined as a standard application access policy.

![img_6.png](img_6.png)

Click the Assign button for the security policy name ApplicationAccess in the Security Policy tab of the Identifier > User List > User Information page.

The application is now ready to access the GS2 project.




