asp.net - Identity Server v2 Multiple Origin Login -
i'm running thinktecture identityserver v2 1 relying party in development environment (windows 7 professional visual studio 2012).
my relying party (www.myprotectedcustomersite.com) asp.net framework 4 web site using wif federation.
this works fine. when attempt access www.myprotectedcustomersite.com redirected identityserver login , when authenticated redirected www.myprotectedcustomersite.com.
my problem is, have site (www.mycompanyfrontdoorsite.com) users need able login (on home page) , authenticate redirect www.myprotectedcustomersite.com via identityserver. of users enter www.myprotectedcustomersite.com way.
i'm not sure how configure this. have done research , have not been able find solution problem.
i'm trying accomplish without making significant changes identityserver.
i hope can help.
sounds each of needs separate rp configured in sts. if/when rp1 wants send user rp2, can redirect. once land on rp2, trigger authentication sts , still logged in issue token rp2. recall 1 goal of federation sso. don't see why identityserver needs involved redirect @ all.
Comments
Post a Comment