An item is available on the main configuration screen, called “Applications”. This is used to configure an external application to use the new KeyedIn Enterprise APIs.
Note: For full details on how to use this feature see the API documentation for your region:
UK: https://keyedinenterprise.co.uk/api/docs/
USA: https://keyedinenterprise.com/api/docs/
Australia: https://keyedinenterprise.net/api/docs/
The key component of this screen is the Redirect URI. This is the URI that the OAuth server redirects to, which contains an authorization code that it must pass back to the OAuth server in order to retrieve the access token.
This may be set up locally by the user or may be a URI provided by an application or service; it is entirely dependent on the way you are using the OAuth server. In the case of Postman, the Redirect URI can be set to 'https://www.getpostman.com/oauth2/callback' which is a URI that Postman itself provides. The other fields are inconsequential and can be set to whatever is desired. Take note of the supplied Application ID and Application Secret.