IM-SecureSignOn Configuration File¶
Topics
Overview¶
Transition destination URL after the log-out when IM-SecureSignOn is in use will be set.If the log-out URL has not been specified in VANADIS® SSO Login Server, this setting will take effect.
Module IM-SecureSignOn for Accel Platform Format File (xsd) WEB-INF/schema/im-sso-config.xsd Setting Location 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>
Reference¶
Log-Out URL Setting¶
Tag Name logout-linkage Transition destination URL after the log-out is set.[[Setting Items]]
<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>
Mandatory Item O Multiple Settings X Setting Value / Setting Contents None Unit / Type None Default Value when omitted None Parent Tag im-sso-config [[Attribute]]
Attribute Name Description Mandatory Default Value enable It sets if the setting of this tag is enabled. O None url Transition destination URL after the log-out is set. O None