Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
509 views
in Technique[技术] by (71.8m points)

asp.net - IdentityServer4 + Legacy .Net WebForms Application

We have a legacy .net 4.5.2 WebForms application that uses an old customized version of IdentityServer2 for auth. We have an opportunity to replace it right now, but all the setup examples I see for IdentityServer4 assume an MVC application.

Does IdentityServer4 support WebForms applications out of the box? I'm not interested in turning this application into anymore of a Frankenstein.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Basically any oidc provider will do for the client, in order to communicate with IdentityServer4. The question is not if IdentityServer4 supports web applications, but if you can find client side code to communicate with IdentityServer4.

For 4.5.2 applications you can use IdentityServer3 NuGet packages. Please read this article. Can it be used for webforms? Yes, according to this question. There is also a webforms sample available.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...