forked from mkdecisiondev/moqui-pac4j-authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MoquiConf.xml
18 lines (18 loc) · 876 Bytes
/
MoquiConf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" ?>
<!-- No copyright or license for configuration file, details here are not considered a creative work. -->
<moqui-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd">
<webapp-list>
<webapp name="webroot">
<before-request>
<actions><service-call name="pac4j.AuthenticationServices.verify#AccessToken" in-map="context"/></actions>
</before-request>
<session-config timeout="30"/>
</webapp>
</webapp-list>
<screen-facade>
<screen location="component://webroot/screen/webroot.xml">
<subscreens-item name="Login"
location="component://moqui-pac4j-authentication/screen/Auth.xml"/>
</screen>
</screen-facade>
</moqui-conf>