本文介绍了是否可以使用IdentityModel在不使用OWIN的情况下将.net 4.5中的Webform应用程序与IdentityServer4集成在一起?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在.net framework 4.5中有一个WebForm应用程序,在.net core 2.1中是IdentityServer4实现.

I have a WebForm Application in .net framework 4.5 an IdentityServer4 implementation in .net core 2.1.

OWIN它已过时或过时/我的问题是:是否可以使用IdentityModel在不使用OWIN的情况下将该Webform应用程序与IdentityServer4集成在一起?

OWIN it is outdated or deprecated/ My question is: Is it possible to use IdentityModel to integrate that webform app with IdentityServer4 without using OWIN?

达到将Webform应用程序与IdentityServer4集成的目标所需的最佳途径是什么?

What is the best path that I need to get to reach my objective of integrating my webform app with IdentityServer4?

先谢谢了!

推荐答案

查看MVC手册示例-该示例演示了如何在不使用OWIN中间件的情况下进行登录.应该易于修改以与Webforms一起使用.

Check out the MVC manual sample - that demonstrates how to do a sign in without using OWIN middleware. Should be easy to modify to use with webforms.

这篇关于是否可以使用IdentityModel在不使用OWIN的情况下将.net 4.5中的Webform应用程序与IdentityServer4集成在一起?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 02:58