For the authentication of Active Directory users, there are a few ways to provide user ID and domain details when logging in:
NT4-style domain qualification in front of the SAM account name, e.g. DOMAIN\userid
This logon format requires the creation of an alternative domain suffix via Administration Web Interface. For more information about domain suffixes, see Alternative UPN suffixes.
- User principal name (UPN), e.g. userid@domain
UPN with domain suffix, e.g. userid@alternative.domainsuffix
This logon format requires the creation of an alternative domain suffix via Administration Web Interface. For more information about domain suffixes, see Alternative UPN suffixes.
If the user account corresponds to a Windows user account, Active Directory user name resolution can be used to support these logon formats. This resolution mechanism is a platform-independent alternative to Windows user name resolution for Active Directory users (see Windows user name resolution). It can be used if OneSpan Authentication Server is installed on a server that is either not a member server of the Windows domain or running a Linux operating system.
UPN and SAM account name will be translated for Active Directory users. The following prerequisites for using this feature apply:
- Active Directory user name resolution is enabled.
- Windows user name resolution is disabled or does not exist.
- The back-end system is Active Directory or Global Catalog.
You can enable Active Directory user name resolution in the back-end server settings via OneSpan Authentication Server Administration Web Interface.
Configuring Active Directory user name resolution
To enable and configure Active Directory user name resolution
Log on to the Administration Web Interface.
Create a new domain with the FQDN as domain name:
- Select ORGANIZATION > Add domain.
- Specify a name for the domain, e.g. example.com.
- Specify the settings for the domain as needed.
Add alternative domain suffixes for the new domain:
- On the Manage domain page, switch to the UPN Suffixes tab and click EDIT.
- Click ADD NEW and add alternative UPN suffixes as needed, e.g.my.examplesuffix.com. If users should be allowed to log on with their NT4-style user name, add the NT4-style domain to the list of alternative UPN suffixes, e.g. EXAMPLE.
- Click SAVE.
Create an Active Directory back-end record for the new domain:
- Select BACK-END > Register Active Directory Back-End.
- Select the relevant domain from the Domain Name list, in this case example.com.
- Specify other back-end settings as needed.
- Click CREATE.
Alternatively, configure Global Catalog domain discovery:
- Select SERVERS > Global Configuration.
- Switch to the Back-End Servers tab and click EDIT.
- Specify the Global Catalog settings as needed and click SAVE.
Enable Active Directory user name resolution:
- Select SERVERS > Global Configuration.
- Switch to the Back-End Servers tab and click EDIT.
- Select Active Directory User Name Resolution and click SAVE.
- (OPTIONAL) If back-end authentication is required, configure the relevant policy to use Active Directory back-end authentication, or use one of the pre-defined Active Directory back-end authentication policies.
Users are now able to log on with the following user name formats:
- UPNuserid@example.com
- UPNuserid@my.examplesuffix.com
- EXAMPLE\SAMuserid