File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This directory contains various authorization plugins:
7
7
- HttpBasicAuthorizationPlugin - sample plugin to utilize HTTP Basic auth
8
8
- LdapPlugin - set of plugins to perform authorization based on LDAP
9
9
- UserPlugin - extract user information from HTTP headers
10
+ - this plugin can have multiple header decoders, the default is for Oracle SSO
10
11
11
12
## Debugging
12
13
@@ -15,8 +16,10 @@ In general, it should be possible to increase log level in Tomcat's
15
16
16
17
### UserPlugin
17
18
18
- Has a special property called "fake" that allows to insert custom headers,
19
- e.g. using the Modify headers Firefox plugin.
19
+ Has a special property called "fake" that allows to insert custom headers
20
+ with the "my-" prefix that would be evaluated instead of the usual SSO headers.
21
+
22
+ Header insertion can be done e.g. using the Modify headers Firefox plugin.
20
23
21
24
22
25
``` xml
You can’t perform that action at this time.
0 commit comments