KEYCLOAK-8825 Added / to policy enforcer config
EAP6 does not add index.jsp to requested url
This commit is contained in:
parent
26c8af5369
commit
27fc481069
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
"name": "Welcome Resource",
|
||||
"path": "/index.jsp"
|
||||
},
|
||||
{
|
||||
"name": "Welcome Resource",
|
||||
"path": "/"
|
||||
},
|
||||
{
|
||||
"name": "Pattern 1",
|
||||
"path": "/resource/{pattern}/{sub-resource}"
|
||||
|
|
Loading…
Reference in a new issue