Josh Cummings
bade66e588
Fix Circular Dependency
...
Closes gh-14674
2 years ago
greg.lee
07ac0b616b
Introduce Customizable AuthorizationFailureHandler
...
Closes gh-13793
2 years ago
Steve Riesenberg
bd345fb2a8
Polish gh-11758
2 years ago
Markus Heiden
5c5503924b
Add SwitchUserGrantedAuthorityMixIn
...
Closes gh-11775
2 years ago
Marcus Hert Da Coregio
832066945c
Merge branch '6.2.x'
2 years ago
Marcus Hert Da Coregio
e0a5712474
Merge branch '6.1.x' into 6.2.x
2 years ago
Marcus Hert Da Coregio
7f34ef7951
Merge branch '5.8.x' into 6.1.x
2 years ago
Marcus Hert Da Coregio
c2e97d7661
Ignore dependabot branches on trigger auto merge
2 years ago
github-actions[bot]
a06b19f54e
Merge branch '6.2.x'
2 years ago
github-actions[bot]
55e7517414
Merge branch '6.1.x' into 6.2.x
2 years ago
dependabot[bot]
e74ac27b8f
Bump io.mockk:mockk from 1.13.9 to 1.13.10
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.9...1.13.10 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
7e9f421a77
Bump io.mockk:mockk from 1.13.9 to 1.13.10
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.9...1.13.10 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
8ebd64557b
Bump io.mockk:mockk from 1.13.9 to 1.13.10
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.9...1.13.10 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Josh Cummings
92da6b143f
Restore Acegi Copyright
...
Issue gh-2083
2 years ago
Roman Zabaluev
1509a987eb
Impl custom rolePrefix in LdapUserDetailsManager
...
Closes gh-2083
2 years ago
Marcus Hert Da Coregio
f8ff056eb6
Update Max Sessions on WebFlux
...
Delete WebSessionStoreReactiveSessionRegistry.java and gives the responsibility to remove the sessions from the WebSessionStore to the handler
Issue gh-6192
2 years ago
Marcus Hert Da Coregio
f3bcf7ed5d
Revert "Update max sessions docs"
...
This reverts commit c86fd99c8f .
2 years ago
Marcus Hert Da Coregio
c86fd99c8f
Update max sessions docs
...
Add WebSessionStore constructor parameter to the handler
Issue gh-6192
2 years ago
Marcus Hert Da Coregio
a5ce8ae87f
Polish Max Sessions on WebFlux
...
This commit changes the PreventLoginServerMaximumSessionsExceededHandler to invalidate the WebSession in addition to throwing the error, this is needed otherwise the session would still be saved with the security context. It also changes the SessionRegistryWebSession to first perform the operation on the delegate and then invoke the needed method on the ReactiveSessionRegistry
Issue gh-6192
2 years ago
Josh Cummings
c639d0a514
Add AOP Integration Test
...
Closes gh-14637
2 years ago
Josh Cummings
16155537a5
Merge branch '6.2.x'
2 years ago
Josh Cummings
aedffa7919
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14653
2 years ago
Josh Cummings
ddd5d2e9cd
Fix Observability Typo
...
Closes gh-14651
2 years ago
Josh Cummings
c5a4405c54
Polish JavaDoc
...
Issue gh-14521
2 years ago
ruabtmh
09010f3f51
Add ContinueOnError Support For Failed Authentications
...
Closes gh-14521
2 years ago
Josh Cummings
4d383023cb
Add meta-annotation parameter support
...
Closes gh-14480
2 years ago
Josh Cummings
347eeb17d5
Merge branch '6.2.x'
2 years ago
Josh Cummings
2471df4d36
Merge branch '6.1.x' into 6.2.x
2 years ago
Josh Cummings
b20d05724f
Merge branch '5.8.x' into 6.1.x
2 years ago
Josh Cummings
27cd9fa86c
Don't Use Deprecated Class
...
Issue gh-14628
2 years ago
Josh Cummings
94a66f7a26
Change Structure101 Repository URL
...
Issug gh-14639
2 years ago
Josh Cummings
4d039e515f
Merge branch '6.2.x'
2 years ago
Josh Cummings
9c48546883
Merge branch '6.1.x' into 6.2.x
2 years ago
Josh Cummings
7f106f0419
Merge branch '5.8.x' into 6.1.x
2 years ago
Christian Becker
5f80468de3
Updated copyright date
2 years ago
Christian Becker
2f762fefe1
Allow tab in HTTP header values.
...
Closes gh-14573
2 years ago
Josh Cummings
093b5572af
Merge branch '6.2.x'
2 years ago
Josh Cummings
bb6045ebea
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14648
2 years ago
Josh Cummings
2fdd541ea5
Merge branch '5.8.x' into 6.1.x
...
Closes gh-14647
2 years ago
DingHao
45c37c4454
Remove duplicate setSecurityContextHolderStrategy
...
Closes gh-14592
2 years ago
Josh Cummings
a1549d9dd7
Merge branch '6.2.x'
2 years ago
Josh Cummings
cfb9f1ed32
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14641
2 years ago
Josh Cummings
89246998c4
Move Cas Class
...
Closes gh-14627
2 years ago
Josh Cummings
e8c93fdc98
Move Saml Class
...
Closes gh-14628
2 years ago
Josh Cummings
24103b1fff
Merge branch '6.2.x'
2 years ago
Josh Cummings
65cce7e305
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14640
2 years ago
Josh Cummings
008296cce2
Exclude Deprecated Classes
...
Closes gh-14630
2 years ago
Josh Cummings
238bc9733a
Remove stray projects
2 years ago
Josh Cummings
80132f4b2d
Merge branch '6.2.x'
2 years ago
Josh Cummings
836b350d2f
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14639
2 years ago