Skip to content

Update default role after logging in

Chris Lemaire requested to merge update-default-role-in-auth-person into development

The person object in the authenticated principal did not get updated with the correct default role from Labracore. This commit adds an update to the onAuthenticationSuccess method in LabradorAuthenticationSuccessHandler to fix this.

Merge request reports