Skip to content
On this page

Applications

  1. Create application

The create application!

  • Enter the application name
  • Select Suite
  • Select Project
  • Select Authenticator type
  • Input redirect URL
  • Allow origins (Note: If you want to allow all domains, please input *)

The create application!

  1. Edit application
    • On the applications grid, click on the edit icon of record where you want to edit the application
    • Update data
    • Click on Save button

The edit application!

  1. Delete application
    • On the applications grid, click on the delete icon of record where you want to delete the application
    • Warning: If the application had user, you can not delete it and the system will display an error message

The delte application!

  1. Generate access token
    • On the applications grid, click on the edit icon of record where you want to edit the application
    • Click on tab Application Users
    • Enter Email if the application's authenticator type is User Credentials
    • Click on Submit button

Get access token!

If the application's authenticator type is Authorization Flow

  • Enter Email and Password to login and get code

Login authorization!

  • Click on Submit button to generate access token

Get access token 2!

If the application's authenticator type is Authorization PKCE Flow

  • Enter Email, Password, Code Challenge and Method to login and get code

Login authorization pkce!

  • Enter Code Verifier
  • Click on Submit button to generate access token

Get access token 3!

  1. Add user to application
    • On the applications grid, click on the edit icon of record where you want to edit the application

Add user to application!

  • Click on tab Application Users
  • Click on Create button
  • Input data: First name, Email. Password and Confirm Password
  • Click on Save button

Add user to application!

  • If the applicaion's authenticator type is User Credential, enable or disable the toggle to remove the user if needed

Add user to application!

  1. Config expired token
    • On the applications grid, click on the edit icon of record where you want to edit the application
    • Click on tab Config
    • Edit Access Token Life Span which is time expiration of access token
    • Edit Refresh Token Life Span which Time expiration of refresh token (Note: Refresh Token Life Span should be greater than Access Token Life Span)
    • Click on Save button

Edit config of application!

Applications has loaded