WSO2 Identity Server : Internal SSO with tenants (file-based configs)
WSO2 Identity Server : Internal SSO with tenants (file-based configs) I am using Puppet to deploy the Identity Server (5.3.0) , and want to use it as the Identity Bus for the Integration layer (IS,AM,EI) Our testing environment will use a dev ( int.dev ) and a qa ( int.qa ) tenant respectively to separate those endpoints for other systems. testing int.dev int.qa The goal here is to use the IS as the SSO provider for all the WSO2 servers, including the tenanted test environment. For the carbon.super tenant , SSO works perfectly. However , when setting up a tenant, SSO will not work. carbon.super I am testing this on the Identity server , where it will be the identity service provider as well as the relying party. identity/sso-idp-config.xml identity/sso-idp-config.xml <ServiceProvider> <Issuer>wso2is</Issuer> <AssertionConsumerServiceURLs> <AssertionConsumerServiceURL>https://wso2-mgr.ozzycorp.co.za/9453/acs</AssertionConsumerServ...