Start New Journey

To integrate it with OneID® you have will have to redirect the user to our authorize endpoint. (Note that linebreaks have been added in order to make the full URL more readable)

Javascript
Copy

Authorize endpoint parameters

  • client_id (required): The application client id.
  • redirect_uri (required): The URL to redirect to after the user has been authenticated.
  • response_type (required): Always code.
  • scope (required): The scopes that you require for the user and product that will be used to retrieve them (separated by URL encoded spaces). You can find a full list of product to scope at the Service Overview section.
  • state (required): A unique identifier for the journey.

Example

Javascript
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard