Skip to content

Commit cb98b70

Browse files
author
Vladimir Kotal
committed
be more specific
1 parent 0b4619f commit cb98b70

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

plugins/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This directory contains various authorization plugins:
77
- HttpBasicAuthorizationPlugin - sample plugin to utilize HTTP Basic auth
88
- LdapPlugin - set of plugins to perform authorization based on LDAP
99
- UserPlugin - extract user information from HTTP headers
10+
- this plugin can have multiple header decoders, the default is for Oracle SSO
1011

1112
## Debugging
1213

@@ -15,8 +16,10 @@ In general, it should be possible to increase log level in Tomcat's
1516

1617
### UserPlugin
1718

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.
2023

2124

2225
```xml

0 commit comments

Comments
 (0)