Skip to content

Commit 29906a1

Browse files
committed
fix missing authentication predicate
1 parent 15ae0bb commit 29906a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ On successful authentication, the /rest/signIn endpoint issues a JWT which is th
318318
Predicate | Description
319319
-------------------- | -----------
320320
NONE_REQUIRED | No authentication is required.
321-
IS_AUTHENTICATED | Any authentication is permitted.
322-
IS_AUTHENTICATED | Any authentication is permitted.
321+
IS_AUTHENTICATED | Any authenticated principal is permitted.
322+
IS_ADMIN | The authenticated principal must be an admin.
323323

324324
You can use the security manager to wrap any web handler with an authentication predicate:
325325

0 commit comments

Comments
 (0)