Register an app
- In ION, go to Settings > Organization > OAuth Apps.
- Click Register App.
- Enter an Application Name.
- Select the application type:
- Web / Desktop App (PKCE): For web or desktop applications using the Authorization Code + PKCE flow.
- Device / Wearable: For IoT devices or limited-input devices using the Device Authorization Grant.
- Click Register.
Add redirect URIs (web / desktop apps only)
After registering a web or desktop app, add the URIs your application uses:- In the app’s entry, click Add Callback URL and enter your callback URL (for example,
https://your-app.com/callback). - Optional: Add any of the following:
- Click Add Origin to add an allowed CORS origin.
- Click Add Logout URL to add a post-logout redirect URL.
An app’s name and type are fixed after registration. To change them, delete the app and register a new one.
Delete an app
- In ION, go to Settings > Organization > OAuth Apps.
- In the app’s entry, click the delete icon.
- Confirm the deletion.