Files of indeed AM Self Service reside in: indeed AM\Indeed AM Self Service\<Номер версии>\
|
Indeed AM Self Service is an IIS-based web application. Users can manage their own authenticators in this module.
Add HTTPS binding in Default Web Site settings of IIS Manager.
Run IIS Manager and expand the Sites item.
Select the Default Web Site site and click Bindings item in the Actions section.
If you want to save changes in the app configuration file, you need to use an administrator account to open the editor. The Indeed AM Self Service component uses SAML authentication by default. If necessary, you can set up transparent Windows authentication. |
Insert Windows in the mode parameter of the amAuthentication tag.
Please leave the loginUrl parameter unchanged. This parameter will not be used during Windows authentication. |
<amAuthentication mode="Windows" loginUrl="" enableLogout="true" /> |
URL parameter: Indeed server location should be specified as follows: http(s)://full_dns_server_name/easerver/.
The system will ignore server certificate errors if you set the isIgnoreCertErrors parameter to true in the applicationSettings.config file (iidselfservice\Config). |
<amAuthServer Url="https://amserv.indeed-id.local/easerver"/> |
The enableLogout parameter (optional) activates Self Service logout.
<amAuthentication mode="Saml" loginUrl="http://saml.demo.local/iidsamlidp" enableLogout="true"/> |
The SelfServiceUrl parameter: the location of the server with the pre-installed Indeed Self Service component should be specified as follows: http(s)://full_dns_server_name/iidselfservice/.
<amPartnerServiceProviderSettings SelfServiceUrl="http://dc.demo.local/iidselfservice/" EmcServiceUrl="EMC_SERVICE_URL"/> |
Choose an authentication method and click Select.
If you do not have a trained authenticator, select Windows Password. |
When logging out of the SAML idp user session, you will not be logged out of Self Service until you restart your browser or your cookies expire. The SAML idp cookies will be stored for 30 minutes. |
If you want to exit Self Service, proceed as follows:
This option will be active if you switched on the enableLogout parameter at the step 3.b above. Self Service logout is disabled by default. |
Select Logout from the drop-down list.
When logging out of Self Service, you will also be automatically logged out of SAML idp. |