Versions Compared

Key

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

...

  1. Client ID

  2. Client Secret

  3. Tenant ID

General

When signing up a new user, they will need to login first with their email/password to setup their 2FA for the platform. Without the 2FA set up, they won’t be able to use the SSO login.

Adding SSO for a tenant will setup that specific tenant with SSO. So any users in that tenant can now sign in with SSO, depending on how they are setup in your specific SSO Client.

Setting up Azure AD SSO

  • Log into Azure Portal and go to the “App Registrations” page.  

  • Click on “+ New Registration” in the top left of the “App Registrations” page

  • Under “Name” give the new application a unique name

  • Under “Supported account types” select an account type (choose “Accounts in this organisational directory only”). 

  • Under “Redirect URI (optional)”, choose “Web” in the drop-down and enter the following URL:

    Code Block
    https://{tenant_name}.{tenant_region}.vulnerability-platform.com/login/azure/callback
  • Click “Register” 

  • You’ll be redirected to the “Overview” page of the new application

  • Within the “Overview” page, under the “Essentials” section, there will be an Application (client) ID which can be copied into the Client ID field in the platform, under the the Azure within the platform’s Connected Account section in the platform.  

...