Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The latter implements a provider of multi-factor authentication for Microsoft ADFS server, thus adding the second factor to the access gaining process.

...

Info

Files of Indeed AM ADFS Extension reside in: indeed AM\Indeed ADFS Extension\<Version number>\

...

  • IndeedAM.ADFS.Extension-x64.

...

  • msi is the installation package of Indeed ADFS Extension.

Installation and configuration of ADFS Extension

  1. Install Indeed ADFS Extension by running IndeedId.ADFS. IndeedAM.ADFS.Extension-x64.

...

  1. msi

...

  1.  installer.
  2. Create a configuration file named MFAAdapter.json with the following parameters.

    Info



    Code Block
    languagejs
    titleExample
    {
    "ServerType":"eaNet",
    "EANetServerURL":"http://YourDomainName/easerver/",
    "ModeId":"{0FA7FDB4-3652-4B55-B0C0-469A1E9D31F0}",
    "LSEventCacheDirectory": "C:\\EventCacheEa\\"
    }


  3. Run PowerShell as administrator. Enter the following data to register an adapter:

...

  1. Info

    YourPatch\MFAAdapter.json - specify full path to the previously created configuration file.


    Note

    Specify the version number of Indeed ADFS Extension used in  $typeName variable, Version parameter.



 


  1. To remove an adapter, execute the following command:
  2. To update configuration, execute the following command:

Activation of multi-factor authentication for ADFS.

  1. Open AD FS management console.
  2. Select “Authentication policies”, and then select “Modify global multi-factor authentication...” in “Actions” window.
  3. Add a user/group and enable the following parameters:
  4. Select “Extranet” and “Intranet” in “Location” item.
  5. Select "Indeed Id MFA Adapter” provider.
  6. Restart the AD FS service to apply the changes.

Example of extension operation.

  1. Open ADFS test page: https://YourDomainName/adfs/ls/idpinitiatedsignon. htm
  2. Perform logging in.
  3. Specify the second factor data after entering the username and password.
  4. If all data is entered correctly, log in is executed.