比較バージョン

キー

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

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
<AttributeResolver xmlns="urn:mace:shibboleth:2.0:resolver"<resolver:AttributeResolver
       xmlns:resolver="urn:mace:shibboleth:2.0:resolver"   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:pc="urn:mace:shibboleth:2.0:resolver:pc"
        xmlns:ad="urn:mace:shibboleth:2.0:resolver:ad"
        xmlns:dc="urn:mace:shibboleth:2.0:resolver:dc"
        xmlns:enc="urn:mace:shibboleth:2.0:attribute:encoder"
        xmlns:sec="urn:mace:shibboleth:2.0:security"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver classpathhttp://shibboleth.net/schema/idp/shibboleth-2.0-attribute-resolver.xsd
                            urn:mace:shibboleth:2.0:resolver:pc classpathhttp://shibboleth.net/schema/idp/shibboleth-2.0-attribute-resolver-pc.xsd
                            urn:mace:shibboleth:2.0:resolver:ad classpathhttp://shibboleth.net/schema/idp/shibboleth-2.0-attribute-resolver-ad.xsd
                            urn:mace:shibboleth:2.0:resolver:dc classpathhttp://shibboleth.net/schema/idp/shibboleth-2.0-attribute-resolver-dc.xsd
                            urn:mace:shibboleth:2.0:attribute:encoder classpathhttp://shibboleth.net/schema/idp/shibboleth-2.0-attribute-encoder.xsd
                            urn:mace:shibboleth:2.0:security classpathhttp://shibboleth.net/schema/idp/shibboleth-2.0-security.xsd">
(中略)
  <resolver
    <resolver:AttributeDefinition id="displayName" xsi:type="ad:Simple" xmlnsid="urn:mace:shibboleth:2.0:resolver:ad"
     sourceAttributeIDdisplayName" sourceAttributeID="displayName">
     
        <resolver:Dependency ref="myLDAP" />
        <resolver:AttributeEncoder xsi:type="enc:SAML1String" xmlnsname="urn:mace:shibboleth:2.0:attribute:encoder"        name="urn:mace:dir:attribute-def:displayName" encodeType="false" />
        <resolver:AttributeEncoder xsi:type="enc:SAML2String" xmlnsname="urn:mace:shibboleth:2.0:attribute:encoder"        name="urn:oid:2.16.840.1.113730.3.1.241"  ←1のoid        friendlyNamefriendlyName="displayName" encodeType="false" />    <
    </resolver:AttributeDefinition>
(中略)
</AttributeResolver>

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
(中略)
    <!--  Release the transient ID to anyone -->
    <AttributeFilterPolicy<AttributeFilterPolicyGroup id="..."
        xmlns="urn:mace:shibboleth:2.0:afp"
(中略)
    <AttributeFilterPolicy id="...">
releaseTransientIdToAnyone">         <PolicyRequirementRule xsi:type="basic:ANY" /> (中略)         <AttributeRule attributeID="displayName">
            <PermitValueRule xsi:type="basic:ANY" /> 追加
         </AttributeRule>
(中略) </AttributeFilterPolicy> (中略)
 </AttributeFilterPolicyGroup>