You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
816 B
21 lines
816 B
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin> |
|
<id>com.eco.plugin.xxxx.ijf.iam</id> |
|
<name><![CDATA[IAM单点登录]]></name> |
|
<active>yes</active> |
|
<version>1.0.4</version> |
|
<env-version>10.0</env-version> |
|
<jartime>2020-07-31</jartime> |
|
<vendor>fr.open</vendor> |
|
<description><![CDATA[oauth2]]></description> |
|
<change-notes><![CDATA[ |
|
add 9880 |
|
]]></change-notes> |
|
<extra-decision> |
|
<GlobalRequestFilterProvider class="com.fr.plugin.IAMloginFilter"/> |
|
<!-- 长连接 --> |
|
<HttpHandlerProvider class="com.fr.plugin.TCauth2HandlerProvider"/> |
|
<!-- 短连接 --> |
|
<URLAliasProvider class="com.fr.plugin.TCauth2URLAliasBridge"/> |
|
</extra-decision> |
|
<function-recorder class="com.fr.plugin.TCauth2HandlerProvider"/> |
|
</plugin> |