I configured wso2 api manager with wso2 prepacked identity server 5.1.0. while trying to login into api publisher i got some errors
Related
I've configured WSO2 APIM 4.1.0 using Keycloak 18.0.0 as an External IDP with OIDC for SSO in WSO2 Devportal.
I've followed these instructions from WSO2 APIM (that integrates with OKTA) to configure the same thing with Keycloak.
I've managed to log in successfully on the DevPortal consoles.
The problem is when hitting logout in the console.
After clicking logout, I received the
on the browser.
Got the following error on the WSO2 server ->
Any leads on this issue would be highly appreciated, thanks!!
I need to implement SSO with openid connect in WSO2 IS 5.3.0.
All documentation, articles dealing with SSO are referred to SAML.
I have read in the "Thirty Solution Patterns with the WSO2 Identity Server" that the solution is "In each service provider, configure WSO2 Identity Server as a trusted identity provider".
How can I do that?
I have created https based api in one of the wso2 esb 5.0.0 server, so now I want to call this https api from another wso2 esb 5.0.0.server. But I am getting SSL certificate error when calling https api from another wso2 esb server.
I have tried after importing localhost and wso2carbon certificates into client trust store and also wso2carbon key stores but no luck.
Does anyone tried ?
We have WSO2 IS set up as IDP for inbound SSO. As infra migration we rebuilt new WSO2 IS on new server. Is there any way to import all the SP and Identity Providers configured on ild IDP server to new ISP server?
In Wso2 IS 5.3.0 you can download the resident IDP metadata.Additionally it supports uploading service providers and identity providers using standard SAML metadata files. Follow the below link for more information.
http://saml-metadata-featurer.blogspot.com/2016/11/saml-metadata-feature-for-identity.html
Could you please clarify if there is a chance to interconnect a WSO2 Identity Server with an existing corporate IdP using the SAML as federated connection mechanism. What exactly needs to be configured to unify the realm and proxy the authentication with the external IDP?
Thanks in advance for your support.
If you use WSO2 IS as a proxy or a federation bus, then you need to register your IDP and Service provider in WSO2 IS and in your IDP you should register WSO2 IS as a service provider.
If you use WSO2 IS as your service provider, you need to register your existing IDP in WSO2 IS as IDP and WSO2 as service provider in you IDP side.
You can follow this document for more information.
Thanks!