如何设置身份验证请求以使用saml2p xml标记而不是samlp?

时间:2019-06-21 13:02:18

标签: simplesamlphp

我的IdP希望接收格式如下的身份验证请求:

<saml2p:AuthnRequest

目前,我的simplesamlphp发送身份验证请求,如下所示:

<samlp:AuthnRequest

我尝试更改authsources.php:

// An authentication source which can authenticate against both SAML 2.0
    // and Shibboleth 1.3 IdPs.
    'default-sp' => [
        'saml:SP',

但是没有用。

在config.php中:

'enable.saml20-idp' => true,

0 个答案:

没有答案