IM-SecureSignOn 设定文件¶
概要¶
设定使用 IM-SecureSignOn 时注销后要跳转到的URL。VANADIS® 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。 ○ 无