IM-SecureSignOn for Accel Platform セットアップガイド 第8版 2020-12-01

IM-SecureSignOn 設定ファイル

概要

IM-SecureSignOn 利用時における、ログアウト後の遷移先 URL の設定を行います。
VANADIS SecureJoin SSO Login Server においてログアウト URL が未指定である場合に、本設定が利用されます。

モジュール IM-SecureSignOn for Accel Platform
フォーマットファイル(xsd) WEB-INF/schema/im-sso-config.xsd
設定場所 WEB-INF/conf/im-sso-config.xml

<?xml version="1.0" encoding="UTF-8"?>

<im-sso-config
    xmlns="http://www.intra-mart.jp/sso/config/im-sso-config"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.intra-mart.jp/sso/config/im-sso-config ../schema/im-sso-config.xsd">

       <logout-linkage enable="true" url="https://auth.server.co.jp/sso/logout.do"/>

</im-sso-config>

リファレンス

ログアウトURL設定

タグ名 logout-linkage
ログアウト後の遷移先URLの設定を行います。

【設定項目】

<im-sso-config
    xmlns="http://www.intra-mart.jp/sso/config/im-sso-config"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.intra-mart.jp/sso/config/im-sso-config ../schema/im-sso-config.xsd">

       <logout-linkage enable="true" url="https://auth.server.co.jp/sso/logout.do"/>

</im-sso-config>

必須項目
複数設定 ×
設定値・設定する内容 なし
単位・型 なし
省略時のデフォルト値 なし
親タグ im-sso-config

【属性】

属性名 説明 必須 デフォルト値
enable 本タグの設定を有効にするかどうかの設定を行います。 なし
url ログアウト後の遷移先URLの設定を行います。 なし