Commit Graph

135 Commits

Author SHA1 Message Date
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
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
Josh Cummings
bce8035bb6 Merge branch '6.2.x' into 6.3.x
Closes gh-15212
2024-06-06 13:45:56 -06:00
Josh Cummings
0532659245 Fix Typo in Oidc Logout Docs
Closes gh-15198
2024-06-06 13:45:35 -06:00
Marcus Hert Da Coregio
da1869c271 Merge branch '6.2.x'
Closes gh-15151
2024-05-23 14:17:20 -03:00
Marcus Hert Da Coregio
58cbc47376 Merge branch '5.8.x' into 6.2.x
Closes gh-15150
2024-05-23 14:17:09 -03:00
Caio Henrique
896dd93313 fix: add correction to java example in multitenancy.adoc
Closes gh-15146
2024-05-23 14:16:59 -03:00
Marcus Hert Da Coregio
08f11f06ab Revert unnecessary commits from main
Issue gh-15016
2024-05-08 13:49:18 -03:00
Steve Riesenberg
2dd908dff8 Document additional client authenticating methods
Issue gh-11440
Closes gh-14982
2024-04-29 15:07:46 -05:00
Steve Riesenberg
2598bf8c37 Polish gh-14859 2024-04-29 15:07:45 -05:00
Crain-32
d0adb2aa70 Simplify Disabling Encoding Client ID and Secret
Closes gh-11440
2024-04-29 14:46:12 -05:00
MrJovanovic13
1657296bb7 Replace "Spring Boot 2.x" with "Spring Boot"
Closes gh-14917
2024-04-18 16:01:54 -05:00
Josh Cummings
4c44de7db2 Update What's New in 6.3
Closes gh-14918
2024-04-17 10:13:49 -06: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
be340a0085 Polish servlet OAuth2 docs landing page
Issue 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
34526c3e01 Merge branch '6.2.x' 2024-02-12 12:54:29 -07:00
Josh Cummings
3ab323663a Do Not Wire Default OidcSessionStrategy without OidcLogoutConfigurer
Closes gh-14558
2024-02-12 12:53:48 -07:00
Joao Silva
c5d1683690 Fixes logout link in advanced oauth2 servlet configuration (was pointing to the reactive page) 2024-02-05 11:43:45 -07:00
Josh Cummings
baa11f8b70 Merge branch '6.1.x' into 6.2.x 2023-12-19 18:06:45 -07:00
Josh Cummings
c38c443d2f Merge branch '5.8.x' into 6.1.x 2023-12-19 18:06:23 -07:00
daniKir
9203567a20 improve Multitenancy Issuer Validator example Closes gh-14229 2023-12-19 18:04:50 -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
Josh Cummings
74d06f020d Update to Latest Boot Property
Closes gh-14252
2023-12-11 11:44:08 -07:00
Steve Riesenberg
67d3e4c9b8 Merge branch '6.1.x' 2023-11-09 14:13:00 -06:00
Steve Riesenberg
a2d1fcf923 Merge branch '6.0.x' into 6.1.x 2023-11-09 14:12:43 -06:00
Steve Riesenberg
b14a66c30d Merge branch '5.8.x' into 6.0.x 2023-11-09 14:12:29 -06:00
Steve Riesenberg
7335c5745c Document authentication helper method in WebClient integration
This commit re-applies 49f3c0ce53
which was lost while splitting pages for Antora.

Issue gh-13816
Issue gh-10120
2023-11-09 10:46:32 -06:00
Steve Riesenberg
447f40949c Revert unnecessary merges on 6.1.x
This commit removes unnecessary main-branch merges starting from
9f8db22b77 and adds the following
needed commit(s) that were made afterward:

- 4d6ff49b9d
- ed6ff670d1
- c823b00794
- 44fad21363
2023-10-31 15:22:15 -05:00
Steve Riesenberg
9db33f33c7 Revert unnecessary merges on 6.0.x
This commit removes unnecessary main-branch merges starting from
8750608b5b and adds the following
needed commit(s) that were made afterward:

- 5dce82c48b
2023-10-31 15:11:45 -05:00
Steve Riesenberg
8307196799 Add Kotlin examples to OAuth2 docs landing page
Issue gh-13785
2023-10-23 14:52:13 -05:00
Josh Cummings
a3227f041c Polish OAuth2AuthorizationManagers
- Add OAuth2ReactiveAuthorizationManagers
- Code to interfaces
- Align error message with the same in
AuthorityAuthorizationManager
- Adjust expectations in tests to confirm an
appropriately constructed authorizaion manager
- Add JavaDoc and reference documentation

Issue gh-13654
2023-10-02 17:26:06 -06:00
Josh Cummings
6b0d82236d Fix Documentation Errors
Issue gh-12570
2023-09-18 16:21:37 -06:00
Josh Cummings
cb33fd7850 Add OIDC Back-Channel Logout Support
Closes gh-12570
2023-09-16 15:12:21 -06:00
Steve Riesenberg
1f8c94aee8 Add overview documentation for OAuth2
This commit adds an overview to the landing page for OAuth2 with:
* OAuth2 Resource Server
* OAuth2 Client

At this level, OAuth2 Login is combined into the overview for Client
to make it clear that it is part of the oauth2-client module.

Content is broken down into use cases similar to other docs pages
that have been updated recently. This content will be revisited
as additional updates are made to OAuth2 docs, and some use cases
may be moved or even added as needed. This commit only adds a few
initial use cases to get the OAuth2 docs update process started.

Closes gh-13784
2023-09-07 12:26:07 -05:00
Josh Cummings
3b7e7f63d8 Update Jwt Multi-tenancy Documentation
Issue gh-13427
2023-08-08 10:03:11 -06:00
Josh Cummings
b7efa15591 Merge branch '6.0.x' into 6.1.x 2023-08-07 14:48:37 -06:00
Josh Cummings
1f27b18398 Merge branch '5.8.x' into 6.0.x 2023-08-07 14:48:12 -06:00
Daniel Shuy
e8b9a35494 Fix Bearer Token RestTemplate Support example 2023-08-07 14:47:37 -06:00
yahya jabary
c03bd3f717 Remove deprecated usage
Closes gh-13446
2023-07-12 15:02:26 -06:00
Rob Winch
8407c9ebee Merge branch '6.0.x'
Closes gh-13407
2023-06-18 21:41:16 -05:00
Rob Winch
f66a5bab99 Merge branch '5.8.x' into 6.0.x
Closes gh-13406
2023-06-18 21:33:58 -05:00
Rob Winch
7da99acca7 Merge branch '5.7.x' into 5.8.x
Closes gh-13405
2023-06-18 21:32:35 -05:00
Rob Winch
0cf95dbf61 Merge branch '5.6.x' into 5.7.x
Closes gh-13404
2023-06-18 21:31:35 -05:00