Step 1: Open the OAuth apps page
Sign in to the dashboard and open the OAuth section for your institution. This is where you manage the apps that can request tokens on your behalf.
Step 2: Start a new app
Create a new OAuth application from this page. Use a clear app name so your team can recognize it later.
Step 3: Generate and add your public key
Click the information icon beside X509 Public Key to see how to generate the public key. Copy and run the commands below in a terminal or command prompt to generate your private key and public key certificate. Enter the required information when prompted and save the generated keys in a secure directory for later use. Private key:Step 4: Save the app and copy the client ID
After you save the app, open the app details page and copy the client ID. You will use this value as {{OAuth Institution Client ID}} when you build your client assertion.