asp.net mvc - SSO IdentityServer3 Authentication and MVC -


i have mvc 4.5 project have multiple domains, example:

  1. https:// domain1 .com (secured ssl)
  2. http:// domain2 .com
  3. http:// domain3 .com

only secure domain (https://domain1.com) used authorize users. after signing in, users should authenticated across other domains.

what did achieve this: have installed identity server , made work perfectly. still wonder if possible achieve following scenario:

  1. the user logs in in (domain1.com) asp identity.
  2. a cookie created user , authenticated in authorizations server (domain1.com).
  3. now, when user comes domain2.com (the client app), gets redirected identityserver3's authorize endpoint, instead of being automatically authenticated.

is there way can authorize user directly if had logged in asp identity?

really appreciate help.

iyad

you can setup domain 2 , 3 implicit javascript client , see sample, doesn't sign users in automatically when navigate sites after they've signed in on domain 1, have implement own achieve that, hope this might you


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -