c# - How to create a simple RP in Windows Identity Foundation -


i have done following steps-

1. created website using vs2012. 2. configute authorization in config file show logded in user can access     resources.     using asp.net defaultmembershipprovider testing purpose. 3. run site & register user & logded in site. 4. added local sts clicking "identity , access" 5. has modified config file use wif federation authentication. 

now when run site automatically logded in , show 'terry' logded in user. when click on logoff link not happen anything.

after lookiing project found 'terry' automatically logded in cliam section of localsts.exe.config.

is there practical use of cliam section of localsts.exe.config?

simply want create 2 rp site & 1 sts. both rp site authenticated sts & provide sso. each rp site uses own membership data authenticate user.

can please provide me steps this. of example have read shows using cliam section of localsts.exe.config.

thanks,

@sam

localsts provides "canned" claim. it's used testing. can alter these claims editing xml.

in real world need proper sts adfs. however, authenticates against ad.

the point of sts authenticates against single repository. it's sts authentication, not rp.

to want involves having 2 sts, 1 each repository , federating them.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -