Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 将DNOA迁移到IdentityServer_C#_Asp.net Web Api2_Dotnetopenauth_Identityserver3 - Fatal编程技术网

C# 将DNOA迁移到IdentityServer

C# 将DNOA迁移到IdentityServer,c#,asp.net-web-api2,dotnetopenauth,identityserver3,C#,Asp.net Web Api2,Dotnetopenauth,Identityserver3,我已经开发了一个OAuth服务器应用程序(MVC+WebAPI+DNOA(DotNetOpenAuth)),我想迁移到IdentityServer。我的oauth服务器使用“资源所有者密码凭据授予”方法,除令牌服务(在服务器端生成令牌,在客户端验证令牌)外,所有功能都由自定义代码完成。我的问题是:有没有办法用IdentityServer替换令牌服务(生成/验证),而不必使用整个IdentityServer 3库?也许这个项目 修正我的要求。我是对的? 非常感谢 将验证令牌,而不是生成令牌将验证令

我已经开发了一个OAuth服务器应用程序(MVC+WebAPI+DNOA(DotNetOpenAuth)),我想迁移到IdentityServer。我的oauth服务器使用“资源所有者密码凭据授予”方法,除令牌服务(在服务器端生成令牌,在客户端验证令牌)外,所有功能都由自定义代码完成。我的问题是:有没有办法用IdentityServer替换令牌服务(生成/验证),而不必使用整个IdentityServer 3库?也许这个项目 修正我的要求。我是对的? 非常感谢

将验证令牌,而不是生成令牌将验证令牌,而不是生成令牌