Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithe14 authored Nov 1, 2024
1 parent 8c4c889 commit 6da7213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keycloak Membership Authenticator

A simple Keycloak Java Authenticator that checks if the user is a member of one of the provided groups. If not, the authentication flow is stopped, and a custom error message is returned to the user.
A simple Keycloak Authenticator that checks if the user is a member of one of the provided groups. If not, the authentication flow is stopped, and a custom error message is returned to the user.

The authenticator must be used after the validation step that successfully authenticates the user, allowing Keycloak to execute the context.getUser() method. Otherwise, the flow crashes, returning an unexpected error. The problem is reported in the server logs.

Expand Down

0 comments on commit 6da7213

Please sign in to comment.