【问题标题】:How to configure the redirect to OpenAM IDP with Spring Security SAML 2.0 without discovery?如何使用 Spring Security SAML 2.0 配置重定向到 OpenAM IDP 而无需发现?
【发布时间】:2019-02-19 01:50:02
【问题描述】:

我在服务提供商和 openam IDP 之间建立了信任圈。我们面临的问题是我总是在选择提供者界面被重定向。我们想要的是用户被直接重定向到 IDP 的登录和身份验证。

这是使用的示例:

https://github.com/spring-projects/spring-security-saml/tree/2.0.0.M11/samples/boot/simple-service-provider/src/main/java/sample/config

基于此,我被重定向到 IDP 选择页面,我想被重定向到 IDP 登录页面进行身份验证。

【问题讨论】:

    标签: saml-2.0 spring-saml openam idp


    【解决方案1】:

    如果bean id="metadata" 的列表中只有一个 IdP,将使用此 IdP。

    【讨论】:

    • 我们没有分离豆。配置是从提供者的 yml 文件中加载的
    猜你喜欢
    • 2016-02-17
    • 2015-07-11
    • 2015-01-03
    • 2015-09-24
    • 2022-11-17
    • 2014-12-25
    • 2015-05-19
    • 1970-01-01
    • 2015-03-19
    相关资源
    最近更新 更多