ADFS 3.0 Custom attribute store configuration error -
i trying configure custom attribute store on dev adfs server. have created sample solution inject custom claims adfs. added custom dll adfs server (c:\windows\adfs). created custom attribute store in adfs management console. when check event log see if custom attribute store loaded successfully, see below error.
server: windows server 2012 r2
(solution namespace: adfscustomatrstore --- dll name: adfscustomatrstore.dll)
i have tried below 2 options custom attribute classname:
adfscustomatrstore.class1, adfscustomatrstore adfscustomatrstore.class1
event id: 149
during processing of federation service configuration, attribute store 'adfscustomatrstore' not loaded. attribute store type: adfscustomatrstore.class1
user action if using custom attribute store, verify custom attribute store configured using ad fs management snap-in.
additional data not load type 'adfscustomatrstore.class1' assembly 'microsoft.identityserver.claimspolicy, version=6.3.0.0, culture=neutral, publickeytoken=31bf3856ad364e35'.
to fix issue tried below, no success. installed custom solution gac. , provided below in custom attribute store class text box in adfs:
customattributestores.class1,attributestore, version=1.0.0.0, culture=neutral, publickeytoken=[solkey]. any inputs/help great.
i have referred below blog post configure custom attribute store: http://blogs.technet.com/b/cloudpfe/archive/2013/12/27/how-to-create-a-custom-attribute-store-for-active-directory-federation-services-3-0.aspx
i followed same post , put attribute store dll in c:\windows\adfs. in visual studio 2013 project grabbed microsoft.identityserver.claimspolicy.dll adfs server. red event messages answer in event id 111 following event id 364. learned : parameters case sensitive.
Comments
Post a Comment