1

All,

I'm trying to configure the wso2 product with an external IDP, not the IS IDP. What configuration files need to updated and with what information? Also, when I add an IDP from the API Manager browser, where is that file being saved server-side and is it being used?

Thanks, Hunter

hunter
  • 33
  • 4
  • How can I point the software at an external IDP without using the Identity Server. I currently do not have that product installed. Is there a way to move forward without it? – hunter Jun 30 '16 at 15:28

3 Answers3

1

If your IDP supports saml you can configure it as federated IDP in APIM directly. If your IDP does not support saml , plug wso2 IS between APIM and your IDP and configure your IDP as federated IDP in wso2 IS.

Jenananthan
  • 1,381
  • 2
  • 10
  • 20
0

In order to add an external IDP, you can use WSO2 Identity Server to bridge the external IDP to API Manager. I believe this article will be helpful to figure out the design and configuration for you solution. This webinar and related blog to the same, would help too.

  • Also look at the answer to following SO question, http://stackoverflow.com/questions/38062588/wso2-api-manager-with-stormpath-instead-of-wso2-is – Lahiru Sandaruwan Gamage Jun 28 '16 at 17:41
  • Thanks for the post Lahiru! How can I point the software at an external IDP without using the Identity Server. I currently do not have that product installed. Is there a way to move forward without it? – hunter Jun 28 '16 at 20:44
0

I have made wso2 am 1.10.0 work with PingFederate saml2 (with and without IS, now without IS), for the majority of it. How to integrate WSO2 API Manager (AM) 1.10.0 with PingFederate SAML 2.0?.

I followed the instructions here https://docs.wso2.com/display/AM1100/Configuring+Single+Sign-on+with+SAML2 - just assuming WSO2 IS as PingIdentity. For the mojority part it's working, but I cannot generate keys when subscribing to an API. It says "invalid credentials" even if I have logged into applications and subscriptions and can create applications from /store UI.

Community
  • 1
  • 1
J D
  • 274
  • 3
  • 17