比較バージョン

キー

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

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

<bean id="shibboleth.DefaultRelyingParty" parent="RelyingParty">
  <property name="profileConfigurations">
   <list>
<!--
     <bean parent="Shibboleth.SSO" p:postAuthenticationFlows="attribute-release" />
-->
     <bean parent="Shibboleth.SSO" p:postAuthenticationFlows="#{ {'context-check', 'attribute-release'} }" />
     <ref bean="SAML1.AttributeQuery" />
     <ref bean="SAML1.ArtifactResolution" />
<!--
     <bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />
-->
     <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>

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

<bean id="shibboleth.context-check.Condition" parent="shibboleth.Conditions.AND">
 <constructor-arg>
   <list>
<!--
     <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidates="#{ 'https://sp.example.org' }" />
-->
     <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidates="#{ 'https://ex-sp-test19.gakunin.nii.ac.jp/shibboleth-sp' }" />
     <bean class="net.shibboleth.idp.profile.logic.SimpleAttributePredicate">
       <property name="attributeValueMap">
         <map>
<!--
           <entry key="eppn">
-->
           <entry key="eduPersonPrincipalName">
             <list>
<!--
               <value>*</value>
-->
               <value>test002</value>
             </list>
           </entry>
         </map>
       </property>
     </bean>
   </list>
 </constructor-arg>
</bean> 

...