Skip to content

Application Registration for Resource API

Bishal Pun edited this page Jun 15, 2018 · 1 revision

Application Registration

In this guide, you will learn to create new Application.

  1. Click on the create button of OAuth Provider Client view.
  2. Write application name. Application name
  3. Client identifier will be generated automatically. Client identifier
  4. You can write method to generate client secret automatically, for now it is manual. Client secret
  5. Choose your desired application type
    • Web application resembles and computes Authorization Code grant type.
    • Mobile application resembles and computes Implicit grant type.
    • Legacy application resembles and computes Password grant type.
    • Backend application resembles and computes Client Credentials grant type. Application type
  6. Check the skip authorization Boolean in order to skip the authorization process. Skip Authorization
  7. Select allowed scopes. Allowed scopes
  8. Choose token type to return. The base module only provides randomly generated tokens. Install oauth_provider_jwt module to enable JWT toke type. Allowed scopes
  9. Input redirect urls. Allowed scopes
  10. If you install oauth_provider_jwt module then JSON web token notebook page appears. Select the appropriate algorithm to generate JWT. Allowed scopes
  11. Click on the Generate a new random hmac key button to generate the Public/Private pair. Allowed scopes

Clone this wiki locally