Indeed AM SAML idp is configured for Windows authentication by default. For out of domain scenarios, you have to enable anonymous authentication in IIS for iidsamlidp. |
Files of indeed AM SAML idp reside in: indeed AM\Indeed AM SAML IDP \<Version number>\
|
Add HTTPS binding in Default Web Site settings of IIS Manager.
Indeed SAML idp is a web application on the basis of IIS. “Require SSL” is a default installation setting, which, in turn, requires active HTTPS binding. If you do not plan to use HTTPS protocol, then deactivate SSL requirement in IIS settings for SAML idp. |
Url parameter is url address of Indeed server in the following format: http(s)://full_dns_name_of_server/easerver/
To ignore server certificate errors, change the "isIgnoreCertErrors" parameter to "true" in "applicationSettings. config" file ( iidsamlidp\Config ). |
<amAuthServer Url="https://amserv.indeed-id.local/easerver"/> |
If only one provider is used for authentication.
<amAuthMethod id="SMSOTP"> <amAuthProviders> <amAuthProvider id="ebb6f3fa-a400-45f4-853a-d517d89ac2a3" /> </amAuthProviders> </amAuthMethod> |
If several providers are used in “chain” for authentication.
If Windows Password + any other provider chain is used:
|
<amAuthMethod id="HOTP_Passcode_SMS"> <amAuthProviders> <amAuthProvider id="AD3FBA95-AE99-4773-93A3-6530A29C7556" /> <amAuthProvider id="F696F05D-5466-42b4-BF52-21BEE1CB9529" /> <amAuthProvider id="ebb6f3fa-a400-45f4-853a-d517d89ac2a3" /> </amAuthProviders> </amAuthMethod> |
id parameter of amAuthProvider tag is ID of the provider used.
id parameter of amAuthProvider have different provider ID {EBB6F3FA-A400-45F4-853A-D517D89AC2A3} - SMS OTP {093F612B-727E-44E7-9C95-095F07CBB94B} - EMAIL OTP {F696F05D-5466-42b4-BF52-21BEE1CB9529} - Passcode {0FA7FDB4-3652-4B55-B0C0-469A1E9D31F0} - Software OTP {AD3FBA95-AE99-4773-93A3-6530A29C7556} - HOTP Provider {CEB3FEAF-86ED-4A5A-BD3F-6A7B6E60CA05} - TOTP Provider {DEEF0CB8-AD2F-4B89-964A-B6C7ECA80C68} - AirKeyProvider |
Click “Back” in the SAML authentication window that opens to select authentication method. The last one used is selected by default.
If “Windows authentication” is available and “Anonymous authentication” is disabled in IIS authentication methods, the username is supplied automatically and is not configurable, and user domain password is pasted in automatically. If “Anonymous authentication” is available and “Windows authentication” is disabled, then username can be changed and domain password should be entered manually. |
Select an authentication method and click "Select".
If a user does not have an authenticator, then select "Windows Password” method. |