Enable two-factor authentication
How to enable two-factor authentication in the ID Server User Portal:
-
Create the authentication method needed in PSID Admin GUI. Remember the Friendly Name for the authentication method, it will be used later in the configuration.
-
Open IIS Manager on Pointsharp ID Server (or wherever the User Portal resides).
-
Click the User Portal site and choose Authentication.
-
Enable Anonymous since all users must be able to reach the Forms Login Page unauthenticated.
-
Enable Forms Authentication.
-
Disable Windows Authentication if active (only Anonymous and Forms Authentication should be active).
-
Click User Portal site again and go to Application Settings. The changes made here can also be done directly in the web.config file for User Portal:
-
Locate the value
FORM_AUTH_METHODand enter the Friendly Name of the authentication method created in step 1.
Now the Pointsharp Login Form should be enabled, using the authentication method of choice.