Getting Roles from Keycloak for jhipster 8.5.0 no more working #26324
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Spring Security has always added the scopes as authorities, but we've been stripping them out for years. You could change the logic in |
Beta Was this translation helpful? Give feedback.
Spring Security has always added the scopes as authorities, but we've been stripping them out for years. You could change the logic in
SecurityConfiguration.java
if you want them included.