I have 2 WSO2is version 5.0.0.
I would like WSO2is A use WSO2is B as identity Provider in an architecture like described here:
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. In this section how have I to configure the callback URL? I try this: 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.
I have my application that have to login on WSO2is A via openid connect. I configured a Service provider for the application on WSO2is A and on WSO2is B.
Well when I try to login with my application using WSO2is A with a user defined on the user store of WSO2is A I logged in.
If I try to login with my application using WSO2is A with a user defined on the user store of WSO2is B I can't log in.
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.
Can I do this? How have I to configure my WSO2is A and B?