Skip to content

Commit

Permalink
Minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Apr 4, 2019
1 parent da13180 commit 060fa89
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
Expand Up @@ -230,7 +230,7 @@ Finally configure Spring Security with your Keycloak Single Page Web App `client
Keep in mind that Keycloak's `ID` is definitely unique which might not always be the case for the `email` attribute, depending on your setup.
Email uniqueness can be configured on a per realm level depending on the setting *Login with email*.

In case you have activated the flag `useUsernameAsCamundaUserId` the extraction in Authentication provider must be changed in a similar way and can be implemented as follows:
In case you have activated the flag `useUsernameAsCamundaUserId` the extraction in the Authentication Provider must be changed in a similar way and can be implemented as follows:

// Extract username from Keycloak authentication result - which is part of the requested user info
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 060fa89

Please sign in to comment.