Roman Matiushchenko
04e671fb4d
Instantiate exceptions lazily
...
Add lazy Exception instantiation to reduce allocations
Fixes gh-7995
6 years ago
Rob Winch
727fee1e12
Polish HeaderWriterSpec
...
Assert.notNull(Object,Supplier) is for when then message passed in
requires concatenation and avoids doing extra work. Since this does
not require concatenation, we can use Assert.notNull(Object,String)
Issue gh-7636
6 years ago
Ankur Pathak
480c5bc87e
Custom ServerHttpHeadersWriter to HeaderSpec
...
Add the ability to have a custom ServerHttpHeadersWriter to HeaderSpec
Fixes gh-7636
6 years ago
Eleftheria Stein
bb72206eef
Add Kotlin samples to docs
...
Issue: gh-5558
6 years ago
Eleftheria Stein
87ca71473e
Fix typo in in-memory Kotlin example
6 years ago
Josh Cummings
968ebb194b
baseUrl placeholder for OidcLogoutSuccessHandlers
...
Fixes gh-7842
6 years ago
Josh Cummings
283e451cad
Update JwtDecoders tests
...
Issue gh-7860
6 years ago
Zeeshan Adnan
431cd6000b
Add JwtClaimValidator
...
Fixes gh-7860
6 years ago
Josh Cummings
e09edf6ad3
Update Nimbus to use latest.release
...
Fixes gh-8007
6 years ago
Josh Cummings
b33ed416e1
Polish Tests
...
Tests should use an absolute path to address mock endpoints
6 years ago
Eleftheria Stein
2fb3d3d5a2
Add hasRole to authorizeRequests in Kotlin DSL
...
Fixes: gh-8023
6 years ago
Joe Grandja
fb2bbd74dc
OAuth2AccessTokenResponseHttpMessageConverter handles JSON object parameters
...
Fixes gh-6463
6 years ago
Joe Grandja
fa73b1397a
Add missing @FunctionalInterface in oauth2 modules
...
Fixes gh-8020
6 years ago
Joe Grandja
3e5600f83f
Add configurable Clock in OidcIdTokenValidator
...
Fixes gh-8019
6 years ago
Joe Grandja
7734d049eb
Polish javadoc gh-7511
6 years ago
Joe Grandja
d32c98b1c5
Add OAuth2AuthorizeRequest.Builder.principal(String)
...
Fixes gh-8018
6 years ago
Joe Grandja
c6da7b2dd6
Polish gh-7840
6 years ago
Joe Grandja
65b5d468fb
Deprecate UnAuthenticatedServerOAuth2AuthorizedClientRepository
...
Fixes gh-8016
6 years ago
Joe Grandja
4e2f1988f2
Polish Fix package tangles
...
Issue #7699 #7840
6 years ago
Joe Grandja
82cd203791
Remove unnecessary mocking
...
Fixes gh-8012
6 years ago
Joe Grandja
204a612be1
Deprecate Implicit Grant
...
Fixes gh-8013
6 years ago
Joe Grandja
c8cc9717c9
Fix package tangles
...
Issue #7699 #7840
6 years ago
Joe Grandja
f2da2c56be
Resolve OAuth2Error from WWW-Authenticate header
...
Issue gh-7699
6 years ago
Joe Grandja
69156b741d
Add OAuth2Authorization success/failure handlers
...
Fixes gh-7840
6 years ago
Josh Cummings
1b68cdb650
Polish DefaultAuthenticationEventPublisherTests
...
Fixed checkstyle violation
Issue gh-7824
6 years ago
Attoumane AHAMADI
bfc2832c6c
Authentication Event Publisher Mappings
...
Fixes gh-7824
6 years ago
Rob Winch
7eb8a3daf5
Polish Authentication Docs Structure
6 years ago
Rob Winch
7d845447ec
Extract AuthenticationManager Docs
...
Closes gh-8006
6 years ago
Rob Winch
21bd3d9a88
Polish Docs
...
Issue gh-8005
6 years ago
Rob Winch
42d79c684b
Polish Docs
...
Issue gh-8005
6 years ago
Rob Winch
7adddb6b30
Remove old SecurityContextHolder Docs
...
Issue gh-8005
6 years ago
Rob Winch
fbbb74c360
Extract GrantedAuthority Docs
...
Closes gh-8005
6 years ago
Rob Winch
1965446d6d
Extract Authentication Docs
...
Issue gh-8005
6 years ago
Rob Winch
49fb6734dc
Extract SecurityContext Docs
...
Issue gh-8005
6 years ago
Rob Winch
702cc1d2bb
Extract SecurityContextHolder Docs
...
Issue gh-8005
6 years ago
Rob Winch
5e9c03aa83
Add AbstractAuthenticationProcessingFilter Docs
...
Closes gh-8004
6 years ago
Rob Winch
052e103aed
Extract AuthenticationEntryPoint Docs
...
Closes gh-8003
6 years ago
Rob Winch
6b0891b081
Extract ExceptionTranslationFilter Docs
...
Closes gh-8002
6 years ago
Rob Winch
32ee30e8a1
Extract FilterSecurityInterceptor Docs
...
Closes gh-8001
6 years ago
Rob Winch
b8d4f33004
Use Color Palette that is Accessible for Color Blind
...
See https://venngage.com/blog/color-blind-friendly-palette for more
details on selecting color blind friendly palettes
Closes gh-8000
6 years ago
Rob Winch
ef8176a198
Add palette.odg
...
Closes gh-7999
6 years ago
Rob Winch
c6d1d3ef61
Add numbers icons
...
Closes gh-7998
6 years ago
Joe Grandja
4cd89b584f
Polish gh-5184
6 years ago
Joe Grandja
8a4ff4452b
Add XML namespace support for oauth2-client
...
Fixes gh-5184
6 years ago
Joe Grandja
c5cb6952ea
Polish client-registrations namespace doc
...
Issue gh-4557
6 years ago
Joe Grandja
23ce717380
Simplify customizing OAuth2AuthorizationRequest
...
Fixes gh-7696
6 years ago
Joe Grandja
6123d794e4
Use dependency ranges for com.nimbusds
...
Fixes gh-7994
6 years ago
Eleftheria Stein
171e0d048f
Fix typo in WebSecurityConfigurer Javadoc
...
Fixes: gh-7876
6 years ago
Joe Grandja
de8b558561
Add JDBC implementation of OAuth2AuthorizedClientService
...
Fixes gh-7655
6 years ago
Filip Hanik
a51a202925
Correct signature handling for SAML2 AuthNRequest
...
Implements the following bindings for AuthNRequest
- REDIRECT
- POST (future PR)
Has been tested with
- Keycloak
- SSOCircle
- Okta
- SimpleSAMLPhp
Fixes gh-7711
6 years ago