vvaadd
0a6e50d892
Minor code fix
2 years ago
Patrick Schmidt
1ebd663253
doc: added hint to declare GrantedAuthorityDefaults as infrastructure bean
...
Closes gh-14779
2 years ago
Marcus Hert Da Coregio
08f11f06ab
Revert unnecessary commits from main
...
Issue gh-15016
2 years ago
Angel Gruevski
ce995a0178
Correct a mistake in the documentation related to RequestCacheAwareFilter
...
Corrected a mistake in the documentation for the Spring Architecture where it was mentioned that RequestCacheAwareFilter is used to save the HttpServletRequest instead of the ExceptionTranslationFilter
Closes gh-14855
2 years ago
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.
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
Josh Cummings
2477c22674
Fix Role Name Typo
...
Closes gh-14965
2 years ago
Josh Cummings
8893f60157
Fix http Link
...
Issue gh-14944
2 years ago
Josh Cummings
74fb626f74
Revisit Saml2Logout Docs
...
Issue gh-14944
2 years ago
MrJovanovic13
1657296bb7
Replace "Spring Boot 2.x" with "Spring Boot"
...
Closes gh-14917
2 years ago
Josh Cummings
a4dbf458ab
Add relying-party-registrations#id
...
Closes gh-14487
2 years ago
Josh Cummings
4c44de7db2
Update What's New in 6.3
...
Closes gh-14918
2 years ago
Marcus Hert Da Coregio
2fbbcc4bd0
Polish Method Authorization Denied Handling
...
- Renamed @AuthorizationDeniedHandler to @HandleAuthorizationDenied
- Merged the post processor interface into MethodAuthorizationDeniedHandler , it now has two methods handleDeniedInvocation and handleDeniedInvocationResult
- @HandleAuthorizationDenied now handles AuthorizationDeniedException thrown from the method
Issue gh-14601
2 years ago
Josh Cummings
2d24e09665
Polish link about SpEL beans
2 years ago
Josh Cummings
50b85aea0d
Handle SpEL AuthorizationDeniedExceptions
...
Closes gh-14600
2 years ago
Marcus Hert Da Coregio
8d914ef145
Add @AuthorizationDeniedHandler for Method Authorization Denied Handling
...
Issue gh-14601
2 years ago
Josh Cummings
6f07d63938
Support SpEL Returning AuthorizationDecision
...
Closes gh-14598
2 years ago
Josh Cummings
0a9c482f62
Revert "Support SpEL Returning AuthorizationDecision"
...
This reverts commit 77f2977c55842a717f8cb5c0344a7dd14b39c794.
2 years ago
Josh Cummings
77f2977c55
Support SpEL Returning AuthorizationDecision
...
Closes gh-14599
2 years ago
Marcus Hert Da Coregio
d85857f905
Add Authorization Denied Handlers for Method Security
...
Closes gh-14601
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
80845d0c9a
Fix NPE in Kotlin docs example
...
Closes gh-14634
2 years ago
Steve Riesenberg
ba575e8564
Add tests for invalid/missing token
...
Issue gh-14634
2 years ago
Josh Cummings
9898e0e993
Move AuthorizationAdvisorProxyFactory
...
To prevent package tangles
Issue gh-14596
2 years ago
Josh Cummings
795e44d11f
Add Value-Type Ignore Support
...
Issue gh-14597
2 years ago
Josh Cummings
d169d5a835
Add AuthorizeReturnObject
...
Closes gh-14597
2 years ago
Josh Cummings
52dfbfb5b3
Add Authorization Proxy Support
...
Closes gh-14596
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
ddd5d2e9cd
Fix Observability Typo
...
Closes gh-14651
2 years ago
Josh Cummings
4d383023cb
Add meta-annotation parameter support
...
Closes gh-14480
2 years ago
Josh Cummings
3ab323663a
Do Not Wire Default OidcSessionStrategy without OidcLogoutConfigurer
...
Closes gh-14558
2 years ago
Habin Song
fd1db06efd
Typo: Update authorize-http-requests.adoc
...
'patters' -> 'pattern'
-----
'db' -> "db",
'ADMIN' -> "ADMIN"
They should be string type
-----
There is no semicolon. I added it.
-----
There is no semicolon at the end of the sentence. So I added
2 years ago
Joao Silva
c5d1683690
Fixes logout link in advanced oauth2 servlet configuration (was pointing to the reactive page)
2 years ago
Habin Song
74d85c1e46
Typo: Update anonymous.adoc
...
I changed 'instancesthat' to 'instances that'
2 years ago
Habin Song
35ab9c55c4
Typo: Update rememberme.adoc
...
I changed 'unecessarily' to 'unnecessarily'
2 years ago
irerin07
d2bc3404e4
Fix Method Security Docs Typo
2 years ago
Habin Song
49f447f3d0
Update session-management.adoc
...
lambda expression typo. I changed '(session) - session' to '(session) -> session'
2 years ago
Habin Song
fbb35a1e3d
Typo: Update ldap.adoc
...
there is no word like 'byusing'. I fixed 'byusing' to 'by using'.
2 years ago
Amit Mahato
237dd7799f
fix: typo in Authentication Architecture ProviderManager
2 years ago
Andreas Büchel
3346f2dd73
fix typo in anonymous.adoc
2 years ago
Taeik Lim
6c5b3d69c5
Fix broken sample code in Authorize HttpServletRequests
...
Signed-off-by: Taeik Lim <sibera21@gmail.com>
2 years ago
Steve Riesenberg
6f3a1fe1cd
Polish kotlin.adoc
...
Issue gh-14384
2 years ago
Siddharth1605
e11ed2d313
Updated the Configuration examples in docs
...
Closes gh-14384
2 years ago
Steve Riesenberg
63556b6636
Polish java.adoc
...
Issue gh-14384
2 years ago
Krishna Chaitanya Surapaneni
7ec9188f5b
Remove Irrelevant Documentation Lines
...
Refactor: Remove two lines that lack proper context due to earlier
deletions/movements. They are no longer relevant and contribute little
to the overall meaning.
Issue gh-12974
2 years ago