asp.net - AD FS plus local database -
i'm having total brain fart on , feel though eyes going pop out of head. have custom attribute store tied ad fs, plus have sql database tied mvc4 project. attribute store , database both have 1 unique key, id of person. have ad fs set pass claims through relevant logging in, mvc4 app compare unique identifier in database, , grab more information user database. how can accomplish this?
set claim uses custom attribute store rather ad , map attribute uri e.g. http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uniquekey. value claim set in mvc application. use primary key db.
you need run fedutil (wif 1.0) or identity , access tool (wif 4.5) enable application claims-based one.
Comments
Post a Comment