On This Page
2016.39
Feature Enhancement: Sharing Certificates Between App Instances
By cloning an app key credential with the Apps API, you can share the same certificate between two or more apps:
/apps/:aid/credentials/keys/:kid/clone?targetAid=:targetAid
To share a certificate among app instances:
- Generate a new app key credential for an app (the source app).
- Use the new credential in the source app.
- Share the credential (
kid
) with one or more target apps. - Use the new credential in the target app.
For more detailed instructions, see "Clone Key Credential for Application" and "Update Key Credential for Application".
Bug Fixed
The WWW-Authenticate header couldn't be read when the /oauth2/v1/userinfo
endpoint returned errors in a browser. (OKTA-101943)