github-actions[bot]
f3ef54b11b
Merge branch '6.1.x' into 6.2.x
2 years ago
dependabot[bot]
14ee5d6f93
Bump org.jetbrains.kotlin:kotlin-bom from 1.9.22 to 1.9.23
...
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin ) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
fb44e70fb0
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 to 1.9.23
...
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin ) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
441ff7e26f
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2
...
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/jakartaee/jaxb-api/releases )
- [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.1...4.0.2 )
---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
3a9b7a8a29
Bump org.jetbrains.kotlin:kotlin-bom from 1.9.22 to 1.9.23
...
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin ) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
7db696b176
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 to 1.9.23
...
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin ) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
375326c639
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2
...
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/jakartaee/jaxb-api/releases )
- [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.1...4.0.2 )
---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
6955c7aaea
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2
...
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/jakartaee/jaxb-api/releases )
- [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.1...4.0.2 )
---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Steve Riesenberg
9751636735
Polish gh-12281
2 years ago
Daniel Shuy
488901dd4e
Fix Delegation-based Strategy examples
...
Fix examples not copying userNameAttributeName
Issue gh-12275
Issue gh-12282
Issue gh-14672
2 years ago
Steve Riesenberg
e52dd81d03
Customize mapping the OidcUser
...
Closes gh-14672
2 years ago
Steve Riesenberg
d6382b83dc
Configure token-exchange via a bean
...
Issue gh-5199
Issue gh-11783
Closes gh-14701
2 years ago
Steve Riesenberg
85c3d0ab13
Add reactive support for OAuth 2.0 Token Exchange Grant
...
Issue gh-5199
2 years ago
Steve Riesenberg
d2fe9094a9
Add servlet support for OAuth 2.0 Token Exchange Grant
...
Issue gh-5199
2 years ago
Marcus Hert Da Coregio
8cdd50a7d6
Bump com.nimbusds:oauth2-oidc-sdk from 9.43.3 to 9.43.4
...
This also updates nimbus-jose-jwt to 9.37.3 since this is the version used by oauth2-oidc-sdk
Closes gh-14695
2 years ago
DingHao
8885707674
Add DelegatingServerAuthenticationConverter
...
Closes gh-14644
2 years ago
Josh Cummings
69527f9a9c
Merge branch '6.2.x'
2 years ago
Josh Cummings
386e0a7b46
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14682
2 years ago
Josh Cummings
0ab9ad774d
Merge branch '5.8.x' into 6.1.x
...
Closes gh-14681
2 years ago
Josh Cummings
e1c4177cd8
Fix ServerLogoutHandler Order in Docs
...
Closes gh-14379
2 years ago
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