Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login with to https://portal.azure.com

  2. In the search field type key vault and choose the relevant one

  3. Click on Certificates

  4. Click on the certificate (agatsaasagatsolutions in this example)

  5. Click on the current version

  6. Download the certificate in PFX format

  7. Go to “App Registration”

    1. Choose your app

    2. Click “Certificates & Secrets” - “Certificates” - “Upload”

  8. Upload the certificate you’ve downloaded from Key Vault

    Image RemovedImage Added
  9. Setting up Azure key Vault for Webhooks

  10. Go back to Key Vault certificate (section 6) and take the value from “Secret Identifier” until the level after “secret”. Example: https://agatkeyvaultproduction.vault.azure.net/secrets/agatsaasagatsolutions

  11. Copy this value to the 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" />

...