比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

パネル
bgColor#eeeeee

            </property>
        </bean>
        -->
        <bean parent="RelyingPartyByName" c:relyingPartyIds="#{{'https://ex-sp-test01.gakunin.nii.ac.jp/shibboleth-sp'}}">
            <property name="profileConfigurations">
                <list>
                    <!-- SAML 1.1 and SAML 2.0 AttributeQuery are disabled by default.
                    <!--

                    <bean parent="Shibboleth.SSO" p:postAuthenticationFlows="#{{'context-check', 'attribute-release'}}" />
                    <ref bean="SAML1.AttributeQuery" />
                    <ref bean="SAML1.ArtifactResolution" />
                    -->
               
   <bean parent="SAML2.SSO" p:postAuthenticationFlows="#{{'context-check', 'attribute-release'}}" />

                    <ref bean="SAML2.ECP" />
                    <ref bean="SAML2.Logout" />
                    <!--
                    <ref bean="SAML2.AttributeQuery" />
                    -->
               
   <ref bean="SAML2.ArtifactResolution" />

                </list>

            </property>
        </bean>
       
    </util:list>

</beans>

...

⑦ 正しく属性受信の確認ページに表示される事を確認してください。

Prevnextbuttons