Reputation: 127
I'm trying to implement claims transformation module using the steps in this link.
I have 2 issues-
I couldn't find this dll ("System.Web.Security.SingleSignOn.ClaimTransforms.dll") any where in the ADFS server even after hooking up the Active directory to the ADFS and activating the ADFS role on the server.
At one point in this article it says that I need to copy my assembly to the directory "\adfs\sts\bin". But under the adfs directory I cannot find the sts directory at all.
Any help with these 2 issues are greatly appreciated! Please let me know if you need more clarity on the questions.
I already looked at this post but did not fix my issue.
Thanks,
Ady.
Upvotes: 0
Views: 332
Reputation: 1311
Oops that is an ADFS1.x reference! Look at ClaimsRule Language and/or Custom Attribute store for implementing Claims transformation in ADFS 2.x or above.
Upvotes: 1