简体   繁体   English

WSO2is 使用另一个 WSO2is 作为身份提供者

[英]WSO2is use another WSO2is as identity provider

I have 2 WSO2is version 5.0.0.我有 2 个 WSO2is 版本 5.0.0。

I would like WSO2is A use WSO2is B as identity Provider in an architecture like described here:我希望 WSO2is A 使用 WSO2is B 作为身份提供者在如下所述的架构中:

https://docs.wso2.com/display/IS500/Adding+a+Service+Provider+and+Identity+Provider+Using+Configuration+Files https://docs.wso2.com/display/IS500/Adding+a+Service+Provider+and+Identity+Provider+Using+Configuration+Files

I configured the WSO2is B (192.168.3.40) with a new service provider (that will be WSO2is A) using interface: Add Service Provider, Inbound Authentication Configuration, OAuth/OpenID Connect Configuration.我使用以下接口为 WSO2is B (192.168.3.40) 配置了一个新的服务提供者(即 WSO2is A):添加服务提供者、入站身份验证配置、OAuth/OpenID 连接配置。 In this section how have I to configure the callback URL?在本节中,我该如何配置回调 URL? I try this: https://192.168.3.41:9443/oauth2/token/我试试这个: https : //192.168.3.41 : 9443/oauth2/token/

I configured WSO2is A (192.168.3.41) with a new identity provider using interface: Add Identity provider, Federated Authenticators, OAuth2/OpenID Connect Configuration.我使用接口为 WSO2is A (192.168.3.41) 配置了一个新的身份提供者:添加身份提供者、联合身份验证器、OAuth2/OpenID Connect 配置。

I have my application that have to login on WSO2is A via openid connect.我的应用程序必须通过 openid connect 登录 WSO2is A。 I configured a Service provider for the application on WSO2is A and on WSO2is B.我在 WSO2is A 和 WSO2is B 上为应用程序配置了一个服务提供者。

Well when I try to login with my application using WSO2is A with a user defined on the user store of WSO2is AI logged in.好吧,当我尝试使用 WSO2is A 登录我的应用程序时,在 WSO2is AI 的用户存储中定义的用户已登录。

If I try to login with my application using WSO2is A with a user defined on the user store of WSO2is BI can't log in.如果我尝试使用 WSO2is A 使用我的应用程序登录,而在 WSO2is BI 的用户存储中定义的用户将无法登录。

I would like to use the WSO2is B as Federated authenticator, and I would like to login with my application using WSO2is A with a user defined on the user store of WSO2is B.我想使用 WSO2is B 作为联合身份验证器,并且我想使用 WSO2is A 登录我的应用程序,并在 WSO2is B 的用户存储中定义一个用户。

Can I do this?我可以这样做吗? How have I to configure my WSO2is A and B?如何配置我的 WSO2is A 和 B?

indeed you can do that, your intuition and approach is good.确实你可以做到这一点,你的直觉和方法很好。 Did you configure your application (SP) the Local authenticator to use the WSO2IS B as a federated IdP?您是否将应用程序 (SP) 配置为本地身份验证器以使用 WSO2IS B 作为联合 IdP? (service provider / Local & Outbound Authentication Configuration) (服务提供商/本地和出站身份验证配置)

g. G。

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

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