private_key_jwt
authentication method, and remove old or unused credentials.
The current application storage limit is two credentials at one time. To repeatedly rotate new credentials, you need to delete unused credentials.
To rotate your application credentials with Auth0 Dashboard:
- Navigate to Auth0 Dashboard > Applications > Application and select the application you want to update.
- Switch to the Credentials tab.
- In the Available Credentials section, select Add New Key.
- Set a name for your new credential, the public key in PEM format, and the algorithm for the new credential.
- Select Add Credential.
- To activate your new credential, navigate to the menu for the credential and choose Enable for Private Key JWT use.
-
Once you have updated your applications to use the new credential, deactivate your original credential:
- Select Disable for Private Key JWT Use.
- Once disabled, return to the credential menu and select Delete Credential.