c# 4.0 - Where do you store your claims -


if got sts who's handing authentication of various rp's, store claims rp? can't find examples scenario. i'm using thinktectures identity server, can't find documentation managing custom claims. can me find resources! thanx in advance

we try keep claims uniform possible - more or less same rps (with slight difference internal applications , external applications). claims specific specific relying party stored "with relying party". makes little sense store claim useful 1 rp in central sts. more or less implies these "local claims" not part of security token , stored , retrieved in different way. work, need agree on common user id should store in security token , can used relying parties store "claims".
although solution concetually simple can become complicated other use-cases : several user-ids merged 1 (different identity provider profiles merged one), editing user profile (central profile versus local profile) ... have @ specific situation come satisfactory solution.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -