Files of Indeed AM Email OTP Provider reside in: indeed AM\Indeed AM Providers\Indeed AM Email OTP Provider\<Version number>\
|
Indeed AM Email OTP Provider requires e-mail server. This e-mail server should be accessible from every Indeed Access Manager server where Email OTP Provider is to be installed. A user should have e-mail address defined in the "mail” attribute to use the authenticator. Otherwise, the latter would not be available. The authenticator does not require enrollment. |
The Email OTP Provider is intended for user authentication with one-time passwords sent to the user in question via e-mail.
A one-time password is a random combination of digits, special characters and Latin characters). A password is generated by Indeed AM. The result is sent to E-mail delivery service. The latter sends it to the user in the form of e-mail message. Data transmission is performed via SMTP protocol (Simple Mail Transfer Protocol).
To change the default attribute, it is necessary to add some parameters to the server configuration file (C:\inetpub\wwwroot\easerver\Web.config).
Add "objectSetting" tag with "category="person" class="user"” parameters.
<adUserCatalogProvider id="userId" serverName="ind.loc" containerPath="DC=ind,DC=loc" userName="userAdmin" password="Q1q2E3e4"> <userMapRules> <adObjectMapRule attribute="Email" adAttribute="otherMailbox"/> <objectTypeSettings> <objectSetting category="person" class="user"></objectSetting> </objectTypeSettings> </userMapRules> </adUserCatalogProvider> |
It is necessary to add the Indeed AM policy templates into the administration template list before starting to configure group policies. Policy template files are included into the installation package and can be found in the Misc folder. |
The policy applies to Indeed AM servers. It allows to configure the following settings to use with SMTP server:
It is necessary to indicate the location of one-time password in the message text with the corresponding tag. For example: Your one-time password: <otp> . If the One-time password in message subject is enabled, then you should also indicate the location of one-time password in the message subject. |
Not Configured or Disabled
If the policy is not configured or disabled, then Indeed AM Email OTP Provider is not used for user authentication.
Enabled
If the policy is enabled, then Indeed AM Email OTP Provider is used for authentication, according to the policy parameters.
The policy applies to Indeed AM servers. It allows to configure one-time password length and usage of character groups for password generation.
Not Configured or Disabled
If the policy is not configured or disabled, a password generated would be 6 characters long and would contain digits only.
Enabled
The one-time password is generated according to the policy parameters. If the policy is enabled, but no character category is defined, then the password will contain digits only (password length is 6 characters by default).