Initiate integration with Oauth
For creating an Application, mandatory details would be
Parameter | Description |
Name | App name |
Redirect URI or Callback URI | The URL, users will be redirected to after granting access to the app. |
Once the submitted details are verified, an app would be created and provide you the necessary credentials to get you initiated with the OAuth 2.0 Integration
Client Id = <client_id>
Client Secret = <client_secret>
Callback Url = <callback_url>
FreJun’s authorization endpoint is
https://product.frejun.com/oauth/authorize/ -> <authorization_endpoint>