How to use IdentityServer as STS alongside ASP.NET Identity -


i'm wondering if possible use thinktecture identityserver sts alongside existing web app? is, want use asp.net identity authentication in web app because want use of built-in functionality 2-factor, etc. however, want use identityserver sts serve tokens access web services (wcf , web api).

i thought perhaps need authenticate through asp.net identity, again through identityserver token. however, seems heavy , wasteful.

is there perhaps way authenticate against identityserver directly asp.net identity? saw sample can integrate 2 (identityserver using asp.net identity), seemed might lose ability use of built-in stuff two-factor workflows.

i'm hoping i'm way off base here, , apologies if have fundamental misunderstandings how identityserver works. perhaps there way of added functionality asp.net identity provides within identityserver?

identity server handle authentication, no need double sign-ins if using correctly.

you'll have implement 2 factor authentication though not supported identity server. extending identity server's existing support asp.net identity allow 2 factor authentication definately possible.

i think first port of call should have bit of deep dive identity server documentation , openid connect protocol. after check out userservice documentation , derive existing asp.net identity userservice add support 2 factor authentication.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -