Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Update Readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dscoduc authored Apr 26, 2017
1 parent 8e16324 commit c33037e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions YubicoAuthProvider/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Implementation steps:
=============

1. Copy project .DLL files into C:\Windows\ADFS
- YubicoAuthProvider.dll
Expand All @@ -14,10 +15,11 @@
(ex. key="yubikeytokenidattributefield" value="departmentNumber")

5. Use PowerShell to register provider into AD FS
- $typeName = "YubicoAuthProvider.YubikeyOTP, YubicoAuthProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7649c32bf1339c5d";
- Register-AdfsAuthenticationProvider -TypeName $typeName -Name "YubicoAuthProvider" -Verbose

```$typeName = "YubicoAuthProvider.YubikeyOTP, YubicoAuthProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7649c32bf1339c5d";
Register-AdfsAuthenticationProvider -TypeName $typeName -Name "YubicoAuthProvider" -Verbose```

6. Restart AD FS services

7. Populate AD user object attribute specified in the yubikeytokenidattributefield key
(ex. departmentNumber ["tokenid1","tokenid2"])
(ex. departmentNumber ["tokenid1","tokenid2"])

0 comments on commit c33037e

Please sign in to comment.