Josh Cummings
c43afbf5e1
Format Lambda Expressions
...
This commit updats lambda expressions so that
their variable is surrounded in parentheses.
Issue gh-13067
6 months ago
Rob Winch
b2325e4176
Add OAuth Support for HTTP Interface Client
...
Closes gh-16858
6 months ago
Joe Grandja
e3c39f02bc
Add documentation for DPoP support
...
Closes gh-17072
7 months ago
Rob Winch
f13836c9c8
Add X to CommonOAuth2Provider Reference
...
Issue gh-16510
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
8 months ago
Yanming Zhou
9c76ab69f0
Use proper configuration key
...
the getter method is `getOpaquetoken()` not `getOpaqueToken()`
See c6045c3111/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/OAuth2ResourceServerProperties.java (L51)
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
8 months ago
Yanming Zhou
ce5a12b2f7
Revise document to replace outdated NimbusOpaqueTokenIntrospector with SpringOpaqueTokenIntrospector
...
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
8 months ago
Steve Riesenberg
15c2b156f1
Update Client Authentication examples
...
Closes gh-16925
987d9c9788ba0343f543083c87613fb5
8 months ago
Hao
6159e089d4
Fix inline code formatting in documentation
...
Signed-off-by: Hao <kyrieeeee2@gmail.com>
9 months ago
Hao
8c7d2e8922
Fix typo in multitenancy documentation
...
Signed-off-by: Hao <kyrieeeee2@gmail.com>
9 months ago
Juha-1
19a5a9c970
Update logout.adoc
...
typos
Signed-off-by: Juha-1 <52188855+Juha-1@users.noreply.github.com>
10 months ago
Josh Cummings
ab43a660b9
Add RFC 9068 Support
...
Closes gh-13185
10 months ago
Steve Riesenberg
54a6a19e05
Polish gh-16214
...
This commit applies the following changes:
* Added local Content-Security-Policy with script-src nonce directive
* Removed form-redirect.js and associated changes
* Renamed to FormPostRedirectStrategy
* Removed HtmlUtils usage
* Moved to same package as DefaultRedirectStrategy
11 months ago
Craig Andrews
58534e7f60
Add FormRedirectStrategy to enable POST OIDC Logout
...
FormRedirectStrategy redirects using an autosubmitting HTML form using the POST method versus DefaultRedirectStrategy which redirects using the GET method.
Can be used to implement POST binding for relying party initiated OIDC logout by setting FormRedirectStrategy as the redirection strategy on OidcClientInitiatedLogoutSuccessHandler.
Closes gh-13002
Signed-off-by: Craig Andrews <candrews@integralblue.com>
11 months ago
Rob Winch
85d7cc1335
Document requireProofKey
...
Issue gh-16386
11 months ago
Josh Cummings
a5af8503df
Update OpaqueTokenIntrospector Documentation
...
Issue gh-15988
11 months ago
Tran Ngoc Nhan
5fdacef398
Remove obsolete typo in OAuth 2.0 Client page
12 months ago
Harpreet Singh Bhullar
f5eccf7cd3
Fix OAuth2 documentation: Corrected OAuth2ClientHttpRequestInterceptor usage
...
Closes gh-16165
1 year ago
Josh Cummings
85248083c0
Add Dark Mode CSS Style
...
Closes gh-14834
1 year ago
Steve Riesenberg
ea5bc28773
Polish OAuth2 docs
1 year ago
Steve Riesenberg
8982851355
Document RestClient-based implementations
...
Closes gh-15938
1 year ago
Steve Riesenberg
d0fc4fe4dc
Document RestClient integration
...
Closes gh-15894
1 year ago
Steve Riesenberg
9b89fc2f1f
Add example for setting up client credentials
...
Closes gh-15304
1 year ago
Tran Ngoc Nhan
f7b85ed314
Fix Broken Resource Server Doc Links
1 year ago
Tran Ngoc Nhan
4e2cb8bc25
Fix Broken Resource Server Doc Links
1 year ago
Steve Riesenberg
5d8cf6a8bc
Polish gh-13588
1 year ago
Josh Cummings
8bb5875595
Expose OidcBackChannelLogoutHandler
...
This component already uses by default a URI that doesn't require
a CSRF token and aalready allows for configuring a cookie name.
So, by making it public and configurable in the DSL, both
of these tickets quite naturally close.
Closes gh-13841
Closes gh-14904
1 year ago
Hero Wanders
2ba9b6821a
Fix OIDC Logout Code Snippets
1 year ago
Hero Wanders
f372f5cf52
Replace OidcSessionStrategy References with OidcSessionRegistry
1 year ago
Junhyunny
47723f6d39
Fix code format in OIDC Logout docs
1 year ago
Steve Riesenberg
e3c19ba86c
Add RestClient interceptor
...
Closes gh-13588
1 year ago
Rob Winch
5bd4db1a13
Use javadoc macro
...
Closes gh-15386
1 year ago
Antoine Rey
f184d13096
Update the OAuth2 jwt and opaque resource server documentation with the Lambda DSL
...
The OAuth2ResourceServerConfigurer::opaqueToken() and ::jwt() methods are deprecated since Spring Security 6.1
1 year ago
Josh Cummings
0532659245
Fix Typo in Oidc Logout Docs
...
Closes gh-15198
2 years ago
Caio Henrique
67853d585e
docs: add correction to java example in multitenanci.adoc
2 years ago
Caio Henrique
896dd93313
fix: add correction to java example in multitenancy.adoc
...
Closes gh-15146
2 years ago
Marcus Hert Da Coregio
08f11f06ab
Revert unnecessary commits from main
...
Issue gh-15016
2 years ago
Steve Riesenberg
2dd908dff8
Document additional client authenticating methods
...
Issue gh-11440
Closes gh-14982
2 years ago
Steve Riesenberg
2598bf8c37
Polish gh-14859
2 years ago
Crain-32
d0adb2aa70
Simplify Disabling Encoding Client ID and Secret
...
Closes gh-11440
2 years ago
MrJovanovic13
1657296bb7
Replace "Spring Boot 2.x" with "Spring Boot"
...
Closes gh-14917
2 years ago
Josh Cummings
4c44de7db2
Update What's New in 6.3
...
Closes gh-14918
2 years ago
Steve Riesenberg
313619fec3
Polish OAuth2 Client docs
...
Issue gh-14698
2 years ago
Steve Riesenberg
f3c745c65b
Add reference documentation for Token Exchange
...
Closes gh-14698
2 years ago
Steve Riesenberg
be340a0085
Polish servlet OAuth2 docs landing page
...
Issue gh-14758
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
Josh Cummings
3ab323663a
Do Not Wire Default OidcSessionStrategy without OidcLogoutConfigurer
...
Closes gh-14558
2 years ago
Joao Silva
c5d1683690
Fixes logout link in advanced oauth2 servlet configuration (was pointing to the reactive page)
2 years ago
daniKir
9203567a20
improve Multitenancy Issuer Validator example Closes gh-14229
2 years ago
Josh Cummings
74d06f020d
Update to Latest Boot Property
...
Closes gh-14252
2 years ago