All developers must register through the Konnect Dev Portal. A Konnect admin will provide the registration URL.
Go to the Dev Portal and choose one of the following options:
- Register for access by creating an account
- Sign in using single sign-on (SSO), if enabled
Once approved, you can create an application.
You can register an application for one or multiple APIs.
- Click Catalog.
- Select the API and click Register.
- Choose Create an application.
- Click My Apps.
- Click New App and enter your app details.
- Go to Catalog, select an API, and click Register.
- Choose the app you created and click Request Access.
Each application supports only one authentication strategy. When combining APIs in a single app, ensure they use the same strategy.
The Reference ID must be unique. For OIDC, use the client ID from your IdP as the reference ID.
To manage your app, go to the app details and select Edit or Delete.
Choose one of the following methods to generate credentials:
-
API key: Navigate to My Apps, select your app, and click Generate Credential in the Authentication pane.
-
OIDC: Manually create the app in your identity provider (IdP) and match the Dev Portal reference ID with the client ID.
Once your app has products, credentials, and approval, you can begin making requests using the configured credentials.