简体   繁体   English

wso2 API管理器中的服务器到服务器身份验证

[英]Server to Server Authentication in wso2 API manager

I am very new to wso2 API manager. 我对wso2 API管理器非常陌生。 Sometimes an application might need to call a service in another application on behalf of a user. 有时,一个应用程序可能需要代表用户在另一个应用程序中调用服务。 How can we make this in wso2 API manager by configuring Signed JWT Authenticator as like Google OAuth 2.0 Authorization Server? 我们如何通过像Google OAuth 2.0 Authorization Server这样配置Signed JWT Authenticator在wso2 API管理器中做到这一点?

If user is authenticated by saml2 in the application, then application can get the oauth token using saml token and invoke the apis on behalf of user. 如果用户在应用程序中通过saml2进行了身份验证,则应用程序可以使用saml令牌获取oauth令牌,并代表用户调用api。 check following links for more detail 检查以下链接以获取更多详细信息

1. http://shafreenanfar.blogspot.in/2014/02/exchanging-sml2-token-to-oauth2-token.html 1. http://shafreenanfar.blogspot.in/2014/02/exchanging-sml2-token-to-oauth2-token.html

2. http://pushpalankajaya.blogspot.in/2014/01/invoking-apis-using-web-app-with-oauth2.html 2. http://pushpalankajaya.blogspot.in/2014/01/invoking-apis-using-web-app-with-oauth2.html

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

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