...
Login with to https://portal.azure.com
In the search field type key vault and choose the relevant one
Click on Certificates
Click on the certificate (agatsaasagatsolutions in this example)
Click on the current version
Download the certificate in CER PFX format
Go to “App Registration”
Choose your app
Click “Certificates & Secrets” - “Certificates” - “Upload”
Upload the certificate you’ve downloaded from Key Vault
Go back to Key Vault certificate (section 6) and take tha value from “Secret Identifier” till the level after “secret”. example: https://agatkeyvaultproduction.vault.azure.net/secrets/agatsaasagatsolutions
Copy this value to AdminPortal config file (C:\Inetpub\AccessPortal\configuration) and CasbAdapter config file (C:\Agat\CasbAdapter\X\Configuration) in here: <add key="WebhookCertificateUrl" value="https://agatkeyvaultproduction.vault.azure.net/secrets/agatsaasagatsolutions" />
...