FreJun API

Oauth 2.0 Overview
Calling APIs
Webhooks
DocStarBuilt with DocStar
  1. /
  2. Oauth 2.0 Overview
  3. /
  4. Connecting your application wi...
  5. /
  6. Initiate integration with Oaut...

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.

Note: For security reasons, this URL must use https


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> 

Was this helpful?
DocStarBuilt with DocStar
Was this helpful?