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:
Open the
app-settings.jsonconfiguration file located in theC:\inetpub\wwwroot\am\idpfolder.Modify the
AuthenticationSettingsparameter. In theDomainsline, specify the values of the required domains.Example"AuthenticationSettings": {
"SessionExpirationTimeInMinutes": 30,
"Domains": [
//highlight-grey-start
"test.local",
"demo.local",
"axidian.local"
//highlight-grey-end
]Save the file and restart IIS.