c# - Receive Response from Custom STS -



c# - Receive Response from Custom STS -

i worked http://chris.59north.com/post/2013/04/09/building-a-simple-custom-sts-using-vs2012-aspnet-mvc.aspx custom sts windows foundation identity claims out.

if understood right identiy access tool adds web.conf neccessary references identity provider. when user calling relying party's website, idendity services checks if user logged in local. if not user redirected sts btw. identity providers login page. (for no code writing required)

if login on sts worked fine sends xml response neccassary info service provider (relay party).

how can fetch result / response sts on service provider? tutorials service provider mvc illustration contains empty home controller/view.

how can create unprotected pages on service provider? sufficient adding anonymous attributes action methods?

greetings

you don't have if have wsfederationauthenticationmodule in pipeline. if not, you'd have handle response manually , challenge if have never done that.

yes, anonymous attribute should fine.

c# asp.net-mvc claims-based-identity

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -