比較バージョン

キー

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

...

コード ブロック
languagexml
        <bean id="authn/Totp" parent="shibboleth.AuthenticationFlow"
                p:passiveAuthenticationSupported="true"
                p:forcedAuthenticationSupported="true">
            <property name="supportedPrincipals">
                <util:list>
                    <bean parent="shibboleth.SAML2AuthnContextClassRef"
                        c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken" />
                    <bean parent="shibboleth.SAML2AuthnContextClassRef"
                        c:classRef="urn:mace:gakunin.jp:idprivacy:ac:classes:Level2" />
                    <bean parent="shibboleth.SAML2AuthnContextClassRef"
                        c:classRef="urn:mace:gakunin.jp:idprivacy:ac:classes:Level1" />
                </util:list>
            </property>
        </bean>

※ 他の課題の


conf/authn/authn.propertiesにパスワードを持ち回る必要があるため以下の行を修正します。

...