Applications
Create and manage OAuth 1 or OAuth 2 applications
Last updated
Was this helpful?
Create and manage OAuth 1 or OAuth 2 applications
Last updated
Was this helpful?
Applications represent your mobile, native, web apps or even a script that can communicate with an Extra Horizon environment. Any token used for authenticating with your Extra Horizon cluster will be linked to an application.
Before you can get started with building any frontend app on top of Extra Horizon you will need to create an app.
You can create two types of applications: applications or applications.
name
The name or your application
description
A description of your application
type
The type of application. Could be set to oauth1
or oauth2
redirectUris
confidential
logo
The logo of the application. Can be used in the OAuth 2 authorization code grant to indicate the user what application he is authorizing. Can only be used in an OAuth 2 application type.
A list of approved uri's that can be used when authenticating with an . Can only be used in an oAuth2 application type.
Defines whether your application should be considered a confidential app according to the .