简体   繁体   English

ASP.NET Web API 2-单点登录

[英]ASP.NET Web API 2 - single sign-on

Is there any way to achieve single sign-on with separate ASP.NET Web API 2 services and OWIN Bearer Token Authentication ? 是否可以通过单独的ASP.NET Web API 2服务和OWIN Bearer Token Authentication来实现单点登录? I want to have two separate web.api applications and don't want to sign in to second app when I'm alredy logged in first application. 我想拥有两个单独的web.api应用程序,并且不想在登录第一个应用程序时登录第二个应用程序。

是的,您需要集中两个Web API信任令牌的OAuth2授权服务器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM