Josh Cummings
fc3de5e41a
Rework Method Security Reactive Docs
2024-09-10 12:01:29 -07:00
Josh Cummings
784e074a48
Document Programmatic Authorization in Reactive
2024-09-10 12:01:29 -07:00
DingHao
ef8b0addbb
Support custom MethodSecurityExpressionHandler
...
Closes gh-15715
2024-09-10 12:01:29 -07:00
Josh Cummings
9b6ac637c9
Merge branch '6.3.x'
2024-09-10 12:51:08 -06:00
Josh Cummings
01eb41cac4
Merge branch '6.2.x' into 6.3.x
2024-09-10 12:50:48 -06:00
Tran Ngoc Nhan
b9f051d15b
docs: update
2024-09-10 11:50:11 -07:00
Xi Minghui
0b98eb4139
Correct ObservationRegistry Type Reference
2024-09-03 14:28:00 -07:00
Josh Cummings
d2e8c19789
Merge branch '6.3.x'
2024-08-26 16:33:04 -06:00
Josh Cummings
279cb89eac
Merge branch '6.2.x' into 6.3.x
2024-08-26 16:32:58 -06:00
Hero Wanders
2ba9b6821a
Fix OIDC Logout Code Snippets
2024-08-26 15:32:35 -07:00
Hero Wanders
f372f5cf52
Replace OidcSessionStrategy References with OidcSessionRegistry
2024-08-26 15:32:35 -07:00
Josh Cummings
f0f04e490e
Merge branch '6.3.x'
2024-08-26 16:25:27 -06:00
Josh Cummings
6ea33ceaea
Merge branch '6.2.x' into 6.3.x
2024-08-26 16:25:12 -06:00
Junhyunny
47723f6d39
Fix code format in OIDC Logout docs
2024-08-26 15:14:02 -07:00
Rob Winch
5bd4db1a13
Use javadoc macro
...
Closes gh-15386
2024-07-09 22:35:01 -05:00
Ivanov Maxim Romanovich
725e35977b
Removed extra import word
2024-06-10 15:27:19 -06:00
Ivanov Maxim Romanovich
5bffa4e454
Fix import for example
2024-06-10 15:27:19 -06:00
Marcus Hert Da Coregio
e013d96758
Clarify the behavior of Concurrent Session Management when an IdP is involved
...
Closes gh-15071
2024-06-05 13:59:24 -03:00
Marcus Hert Da Coregio
76ca0ee52f
Merge branch '6.2.x'
...
Closes gh-15065
2024-05-13 11:23:34 -03:00
Marcus Hert Da Coregio
963cdc7b2a
Merge branch '6.1.x' into 6.2.x
...
Closes gh-15063
2024-05-13 11:22:19 -03:00
Marcus Hert Da Coregio
f5b9dc3282
Merge branch '5.8.x' into 6.1.x
...
Closes gh-15062
2024-05-13 11:22:09 -03:00
Patrick Schmidt
1ebd663253
doc: added hint to declare GrantedAuthorityDefaults as infrastructure bean
...
Closes gh-14779
2024-05-13 11:19:41 -03:00
Marcus Hert Da Coregio
08f11f06ab
Revert unnecessary commits from main
...
Issue gh-15016
2024-05-08 13:49:18 -03:00
madorb
1ae99be1cf
Clarify Package Import
...
Provide more explict instructions regarding the necessary import
to make the Kotlin DSL work. For some reason it took me 10 minutes
to figure this out based on the existing doc.
2024-04-30 08:48:57 -03:00
Steve Riesenberg
2dd908dff8
Document additional client authenticating methods
...
Issue gh-11440
Closes gh-14982
2024-04-29 15:07:46 -05:00
MrJovanovic13
1657296bb7
Replace "Spring Boot 2.x" with "Spring Boot"
...
Closes gh-14917
2024-04-18 16:01:54 -05:00
Sarvajith Adyanthaya
b5c9ba6c1c
Update Documentation about Kotlin Coroutine Support
...
Closes gh-14646
2024-04-12 11:29:38 -05:00
Krishna Chaitanya Surapaneni
89175dfed0
making sure it is in sync with servlet page
2024-03-29 11:16:08 -05:00
Steve Riesenberg
313619fec3
Polish OAuth2 Client docs
...
Issue gh-14698
2024-03-26 16:00:29 -05:00
Steve Riesenberg
f3c745c65b
Add reference documentation for Token Exchange
...
Closes gh-14698
2024-03-26 16:00:29 -05:00
Steve Riesenberg
22f84cf3f3
Update reactive OAuth2 docs landing page
...
Closes gh-14758
2024-03-26 16:00:28 -05:00
Steve Riesenberg
9751636735
Polish gh-12281
2024-03-07 16:26:26 -06:00
Daniel Shuy
488901dd4e
Fix Delegation-based Strategy examples
...
Fix examples not copying userNameAttributeName
Issue gh-12275
Issue gh-12282
Issue gh-14672
2024-03-07 16:26:24 -06:00
Josh Cummings
69527f9a9c
Merge branch '6.2.x'
2024-03-04 15:43:07 -07:00
Josh Cummings
386e0a7b46
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14682
2024-03-04 15:42:48 -07:00
Josh Cummings
0ab9ad774d
Merge branch '5.8.x' into 6.1.x
...
Closes gh-14681
2024-03-04 15:42:35 -07:00
Josh Cummings
e1c4177cd8
Fix ServerLogoutHandler Order in Docs
...
Closes gh-14379
2024-03-04 15:42:09 -07:00
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
2024-02-28 10:06:45 -03:00
Marcus Hert Da Coregio
f3bcf7ed5d
Revert "Update max sessions docs"
...
This reverts commit c86fd99c8fb9098eb2818144d7fb17bfe1ddfb61.
2024-02-28 08:30:05 -03:00
Marcus Hert Da Coregio
c86fd99c8f
Update max sessions docs
...
Add WebSessionStore constructor parameter to the handler
Issue gh-6192
2024-02-27 13:36:43 -03:00
Josh Cummings
16155537a5
Merge branch '6.2.x'
2024-02-26 11:10:49 -07:00
Josh Cummings
aedffa7919
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14653
2024-02-26 11:10:38 -07:00
Josh Cummings
ddd5d2e9cd
Fix Observability Typo
...
Closes gh-14651
2024-02-26 11:09:57 -07:00
Josh Cummings
5188012932
Merge branch '6.2.x'
2023-12-18 12:05:07 -07:00
Josh Cummings
edcba77df4
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14348
2023-12-18 12:04:53 -07:00
Josh Cummings
3f881eb127
Merge branch '5.8.x' into 6.1.x
...
Closes gh-14347
2023-12-18 12:04:37 -07:00
Josh Cummings
59461d94b0
Clarify RSocket Configuration Docs
...
Closes gh-13718
2023-12-18 12:02:49 -07:00
Josh Cummings
3b7c971960
Merge branch '6.2.x'
2023-12-11 11:45:33 -07:00
Josh Cummings
d130a18d3c
Merge branch '6.1.x' into 6.2.x
...
Closes gh-14280
2023-12-11 11:45:16 -07:00
Josh Cummings
f0772dc788
Merge branch '5.8.x' into 6.1.x
...
Closes gh-14279
2023-12-11 11:44:44 -07:00