Skip to main content

Authentication by username without specifying the domain

You can configure the domain selection from a drop-down list.

If you specify several domains, the domain listed first is selected by default.

To configure this, perform the following actions:

  1. Open the app-settings.json configuration file located in the C:\inetpub\wwwroot\am\idp folder.

  2. Modify the AuthenticationSettings parameter. In the Domains line, specify the values of the required domains.

    Example
      "AuthenticationSettings": {
    "SessionExpirationTimeInMinutes": 30,
    "Domains": [
    //highlight-grey-start
    "test.local",
    "demo.local",
    "axidian.local"
    //highlight-grey-end
    ]
  3. Save the file and restart IIS.