Versions Compared

Key

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

This article covers connecting the Foray ADAMS solution to an Azure Active Directory (AD) domain. This connection allows users to login to the Foray ADAMS solution and also allows Foray ADAMS to perform queries necessary to enforce privileges for both data and features.

...

  1. Open the Azure Portal

  2. Navigate to Azure Active Directory

  3. App registrations

  4. New registration

  5. Name - Foray Adams Web, Foray Adams Admin, or Foray Adams Clients

    This name is visible to end users. You may use a different name if you chose. If so you will need to identify that name later in these steps. You can change this name later.

  6. Supported account types: Accounts in this organizational directory only

  7. Redirect URI

    1. For Adams Admin and Adams Web - This is the URL provided by Foray for redirect. It will be similar to:

      Examples

      Code Block
      languagexml
      Ex1: https://web01.myagency.foray.com/AdamsAdmin/Account/Login
      
      Ex2: https://web01.myagency.foray.com/AdamsWeb/Login.aspx


    2. For Adams Clients

      1. Select "Public client/native (mobile & desktop)" from the dropdown

      2. Enter the value: https://login.microsoftonline.com/common/oauth2/nativeclient

  8. Click Register

...

  1. Select the application to be configured

  2. Authentication

  3. Adams Web and Adams Admin only

    1. Inside "Web" section

    2. Logout URL

      1. For Adams Admin and Adams Web - This is the URL provided by Foray for logout. It will have the form:

        Examples

        Code Block
        languagexml
        Ex1: https://web01.myagency.foray.com/AdamsAdmin/Account/AzureSingleSignOut
        
        Ex2: https://web01.myagency.foray.com/AdamsWeb/Logout.aspx


    3. Implicit grant - check ID Tokens

  4. Supported account types: Accounts in this organizational directory only

  5. Treat application as a Allow public client :flows - Enable the following mobile and desktop flow

    1. Adams Admin and Adams Web: NO

    2. Adams Clients - YES

  6. Click Save

...