Clone application signing key to another application
This tool will clone an application signing key to another applicatiom. You might have a use case for having 2 or
more SAML applications in Okta which need to use the same signing certificate. The Okta Apps API allows you to
copy an application signing key to another app. Here is a script which can clone the signing certificate from an
application and assign it to another application.
Setup
- Show your bookmarks toolbar. In Chrome, … > Bookmarks > Show Bookmarks Bar. In Firefox, right-click in the
title bar and click Bookmarks Toolbar.
- Drag/drop this Clone application signing keys to another applications to the bookmarks toolbar.
Usage
- Create the target SAML app in Okta and configure the settings for the application (Only configure the app in
Okta, not in the Service Provider).
- Browse to the primary application in Okta Admin from where you want to clone the signing certificate.
- Click the created bookmark to run the script.
- Enter the id of the Target App when prompted.
- Profit.
See
this for picture guide
Source
code