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
Steve Riesenberg
a32cd66179
Polish gh-14263
2 years ago
Federico Herrera
10e0f98d5e
Add doc and javadoc for CachingUserDetailsService
...
Close gh-10914
2 years ago
daniKir
9203567a20
improve Multitenancy Issuer Validator example Closes gh-14229
2 years ago
Leonardo V. C. Lima
4d3152894d
Fix typo in Authorization Events' Doc Page
2 years ago
Junhyunny
cb7fbc0794
Fix typo in Authorize HTTP Requests' Doc Page
2 years ago
Marcus Hert Da Coregio
6d68f403fc
Document that Shibboleth Repository is Required for SAML Support
...
Closes gh-14286
2 years ago
Josh Cummings
74d06f020d
Update to Latest Boot Property
...
Closes gh-14252
2 years ago
Federico Herrera
7b67476153
Add missing method call in authorization docs
2 years ago
Josh Cummings
92be497d24
Polish RoleHierachyImpl#of
...
- Change to #fromHierarchy to match naming convention
- Keep existing test methods the same
- Deprecate setHierarchy and default constructor
- Add private Map constructor
- Change Adjust RoleHierarchyBuilder to use Map constructor
Issue gh-13788
2 years ago
Josh Cummings
ee8bc78cbc
Polish RoleHierarchyImpl#Builder
...
- Added documentation
- Removed withNoRolePrefix for now; let's see how folks
use the minimal API first
- Adjusted class hierarchy to match AuthorizeHttpRequests more
closely
- Adjusted to match Spring Security style guide
- Added needed @since attributes
Issue gh-13300
2 years ago
David Kanenwisher
4f6a4d6471
Fix typo in architecture.adoc
2 years ago
Josh Cummings
d50698a269
Prepare for Spring Security 6.3
...
Closes gh-14210
2 years ago
Josh Cummings
c336ca49fb
Update Spring MVC Docs
...
Closes gh-14220
2 years ago
Steve Riesenberg
8cdd53f531
Polish gh-13593
2 years ago
Seongguk Jeong
54b8f3874f
Fix link in authentication/architecture.adoc
...
Closes gh-13577
2 years ago
Steve Riesenberg
57f7eff568
Polish method-security.adoc
2 years ago
Steve Riesenberg
6e1605314a
Polish gh-14219
2 years ago
ANDREI LISA
1d769b5afc
make XML and Java/Kotlin consistent with AspectJExpressionPointcut
2 years ago
ahmd-nabil
0beda02a14
fix typo in docs and add api url
...
Signed-off-by: ahmd-nabil <ahm3dnabil99@gmail.com>
2 years ago
ahmd-nabil
abe2029cb4
add missing [tabs]
2 years ago
aaron-to-go
d99e98515c
Fix typo in the 'Authorizing Requests' example
...
The example request matcher listed "/resources/**", while the explanation (3) used "/static/" instead.
2 years ago