Create a Web Logon Procedure
- Login to the DualShield Management Console
- In the main menu, select “Authentication | Logon Procedure”
- Click the “Create” button on the toolbar
- Enter “Name” and select “Web SSO” as the type
![DualShield MFA Platform > DualShield Configuration [MS-SP] > image2015-8-4 18:2:50.png](/download/attachments/62391048/image2015-8-4%2018%3A2%3A50.png?version=1&modificationDate=1638404692000&api=v2)
- Click “Save”
- Click the Context Menu icon of the newly created logon procedure, select “Logon Steps”
- In the popup windows, click the “Create” button on the toolbar
- Select the authentication method, i.e. “Static Password”
- Click "Save"
- Repeat from 7,8 & 9 to create the second logon step, i.e. "One-Time Password"
![DualShield MFA Platform > DualShield Configuration [MS-SP] > image2015-8-4 18:6:57.png](/download/attachments/62391048/image2015-8-4%2018%3A6%3A57.png?version=1&modificationDate=1638404692000&api=v2)
Create a Web application
- In the main menu, select “Authentication | Application”
- Click the “Create” button on the toolbar
- Enter “Name”
- Select “Realm”
- Select the newly created logon procedure
![DualShield MFA Platform > DualShield Configuration [MS-SP] > image2015-8-4 18:12:56.png](/download/attachments/62391048/image2015-8-4%2018%3A12%3A56.png?version=1&modificationDate=1638404692000&api=v2)
- Click "Save"
- Click the context menu of the newly created application, select "Agent"
![image2014-4-11 15:13:40.png](/plugins/servlet/confluence/placeholder/unknown-attachment?locale=en_GB&version=2)
- Select the SSO Server
- Click "Save"
- Click the context menu of the newly created application, select "Self Test"
![image2014-4-7 12:8:25.png](/plugins/servlet/confluence/placeholder/unknown-attachment?locale=en_GB&version=2)
Create a Service Provider
- In the main menu, select "SSO | Service Providers", click "Create"
- Select the "SSO Server", and enter "Name"
- Select "Type" as "WS-Federation"
![DualShield MFA Platform > DualShield Configuration [MS-SP] > image2015-8-4 18:19:14.png](/download/attachments/62391048/image2015-8-4%2018%3A19%3A14.png?version=1&modificationDate=1638404692000&api=v2)
- Click on the "Edit" button to add Attributes
![DualShield MFA Platform > DualShield Configuration [MS-SP] > Sharepoint01.png](/download/attachments/62391048/Sharepoint01.png?version=1&modificationDate=1648675502000&api=v2)
You now need to add attributes that match the 'RoleClaims' and 'identity claims' as specified in the Powershell scripts that will be set up and run in the 'SharePoint Configuration' section.
5. Click 'Create'
![DualShield MFA Platform > DualShield Configuration [MS-SP] > Sharepoint02.png](/download/attachments/62391048/Sharepoint02.png?version=1&modificationDate=1648676444000&api=v2)
6. Create an attribute for the 'RoleClaims'. This will have a fixed value which will contain the name of the role you have setup in the Link Groups script
(Remember to replace NameOfRole with the actual name specified in the RoleClaims)
7. You now create the 'identity claims attributes' which will be mapped to AD attributes. There are usually three attributes containing emailaddress, givenname and surname. (see enable SSO script)
You can map a value as follows:
![DualShield MFA Platform > DualShield Configuration [MS-SP] > Sharepoint04.png](/download/attachments/62391048/Sharepoint04.png?version=1&modificationDate=1648677235000&api=v2)
In the "Maps To" section click on the corresponding search button
![DualShield MFA Platform > DualShield Configuration [MS-SP] > Sharepoint05.png](/download/attachments/62391048/Sharepoint05.png?version=1&modificationDate=1648677486000&api=v2)
Here you will select the Identity Source corresponding with your domain and choose the Email identity attribute from the drop down list.
![DualShield MFA Platform > DualShield Configuration [MS-SP] > Sharepoint06.png](/download/attachments/62391048/Sharepoint06.png?version=1&modificationDate=1648677720000&api=v2)
Remember to make sure Return Response is enabled on all your attributes.
Click Save
8. Repeat the process for givenname and surname attribute mappings until you get a list as below:
![DualShield MFA Platform > DualShield Configuration [MS-SP] > Sharepoint07.png](/download/attachments/62391048/Sharepoint07.png?version=1&modificationDate=1648677965000&api=v2)
9. Click "Save"
10. Click "Save" at the bottom of the New Service Provider window.