Dev Portal developers can manage their application credentials through their applications page without needing a Dev Portal admin’s assistance.
Developers can maintain multiple active credentials, allowing them to assign different credentials to each service consuming their application and revoke credentials as needed.
This is supported by the following IdPs:
HTTP DCR bridge credential rotation:
To make sure that their developers have access to the credential API endpoints, Dev Portal admins must ensure that the HTTP DCR bridge supports credential rotation based on the provided API spec.
The number of active credentials supported per application is determined by the identity provider configured in the HTTP DCR bridge.
Dev Portal admins can view credential IDs by opening an application in Konnect and checking its Credentials tab. Application credential values are not visible from Konnect, and Dev Portal admins cannot add or revoke credentials directly from Konnect.
Developers can view credential IDs by opening an application in their Dev Portal, and checking its Credentials tab. Application credential values are not visible after creation. Developers can revoke credentials directly from the Credentials tab.
When developers need to replace a credential with a new one, they can rotate the credential manually through an application’s configuration page in their Dev Portal:
- In your Dev Portal, click your profile and select My applications.
- Open an application.
- Click the Credentials tab.
- Click New Credential.
- Copy and save the secret somewhere safe. You won’t see this key again.
- Click Copy and close to save.
- Test the new credential by using it in the same workflow as the old one.
- When you’re ready, delete the old credential:
- Click the Credentials tab.
- Click the action menu for the old credential.
- Select Revoke.
- Enter
revoke.
- Click Revoke.
Developers can also manage their application credentials using the Portal API.