How to integrate WSO2 API Manager (AM) 1.10.0 with PingFederate SAML 2.0?

后端 未结 2 1206
日久生厌
日久生厌 2021-01-23 15:55

How to integrate WSO2 am 1.10.0 with PingFederate SAML 2.0? Any instructions?

From WSO2 web site, I only saw docs on how to set up SSO among WSO2 products: https://docs.

2条回答
  •  不要未来只要你来
    2021-01-23 16:24

    I can confirm that this can be done without adding a separate wso2 IS server into the picture. I fixed several issues (Cannot generate keys, cannot publish APIs, etc..) by: What I did to fix the issue was to 1) add admin user inside ApiKeyValidaor in api-manager.xml also into admin user via management console and into user-mgt.xml; 2) Inside api-manager.xml:

    Change the following:

    https://${carbon.local.ip}:${mgt.transport.https.port}${carbon.context}/services/

    to: https://[FQDN_OF_HOST}:${mgt.transport.https.port}${carbon.context}/services/

    Reason is my server certificate only recorded the domain name, not ip address.

    The solution was also mentioned here: wso2 am 1.10.0 API Store: "Error occurred while executing the action generateApplicationKey" with " Invalid credentials provided."

提交回复
热议问题