spring-security-workshop icon indicating copy to clipboard operation
spring-security-workshop copied to clipboard

Results 22 spring-security-workshop issues
Sort by recently updated
recently updated
newest added

Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.2.5. Release notes Sourced from org.springframework.boot:spring-boot-starter-parent's releases. v3.2.5 :lady_beetle: Bug Fixes BindValidationFailureAnalyzer uses wrong target #40364 Log4j2LoggingSystem pollutes Log4j2's environment with a SpringEnvironmentPropertySource that is...

dependencies
java

Some assorted feedback and notes after running the workshop at JFall; anyone welcome to add new suggestions. - [ ] comment out the AsciiDoc callout in the XML snippet, to...

Instead of using the nested structure of realm_access/realm_roles we can introduce a new "groups" attribute of type string array. `{... "groups": ["HR"] .. }` We can do this with client...

enhancement