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

Categories

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

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

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...