pingfederate

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

老子叫甜甜 提交于 2019-12-02 07:03:15
问题 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.wso2.com/display/AM1100/Configuring+Single+Sign-on+with+SAML2 . But I did not see documentation on how to enable WSO2 AM 1.10.0 with external identity providers such as PingFederate via SAML2. Any help is appreciated. *** UPDATE: I followed the instructions here https://docs.wso2.com/display/AM1100/Configuring+Single+Sign-on

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

旧街凉风 提交于 2019-12-02 04:50:23
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.wso2.com/display/AM1100/Configuring+Single+Sign-on+with+SAML2 . But I did not see documentation on how to enable WSO2 AM 1.10.0 with external identity providers such as PingFederate via SAML2. Any help is appreciated. *** UPDATE: 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

Run a Spring Boot oAuth2 application as resource server AND serving web content

强颜欢笑 提交于 2019-11-30 23:48:30
I'm using Spring Boot 1.5.13 and with that Spring Security 4.2.6 and Spring Security oAuth2 2.0.15. I want to find a best practice setup for our Spring Boot applications that serve a mixed set of content: A REST API, and some web pages that provide a convenience "landing page" for developers with some links on it, plus Swagger based API documentation, which is also web content. I have a configuration that allows me to run the app with proper authorization code flow, hence I can access all web content via Browser and get authenticated by the configured IdP (in my case PingFederate), plus I can

Run a Spring Boot oAuth2 application as resource server AND serving web content

本小妞迷上赌 提交于 2019-11-30 18:17:18
问题 I'm using Spring Boot 1.5.13 and with that Spring Security 4.2.6 and Spring Security oAuth2 2.0.15. I want to find a best practice setup for our Spring Boot applications that serve a mixed set of content: A REST API, and some web pages that provide a convenience "landing page" for developers with some links on it, plus Swagger based API documentation, which is also web content. I have a configuration that allows me to run the app with proper authorization code flow, hence I can access all web