Nineya
Home
Blog
软著申请
Spring Security Add Resource Server Servlet Logging
2025-01-18 06:04:32
447
In line with the changes made to Form Login and HTTP Basic logs, let's add logs to Resource Server.In addition to consid...
Spring Security Support SAML 2.0 SP Metadata Endpoints
2025-01-18 06:04:30
612
Comment From: jeanblanchardA side-note: Currently, the entityId for the Service Provider is set to {baseUrl}/saml2/servi...
Spring Security Override AccessDeniedException message
2025-01-18 06:04:27
405
I am using Spring Security with a custom permission evaluator and i am looking for a solution to override the static Acc...
Spring Security Clickjacking demo in docs: YouTube link in X-Frame-Options section leads to private video
2025-01-18 06:04:25
306
In section Section 5.2.2 Security HTTP Response Headers > X-Frame-Options there is link that leads to private video.F...
Spring Security Configuration property security.oauth2.client.registration.*.redirectUriTemplate not working in certain versions
2025-01-18 06:04:20
2263
The configuration property security.oauth2.client.registration.*.redirectUriTemplate (YAML-format) does not work for S...
Spring Security add ABAC to spring security (Attribute Based Access Control)
2025-01-18 06:04:16
986
SummaryABAC is a standard published by NIST (US National Institute od Standarts and Technology) in cooperation with indu...
Spring Security AuthenticationSuccessEvent fires multiple times with OAuth2 Resource Server
2025-01-18 06:04:14
4553
AuthenticationSuccessEvent seems to be fired multiple times for single requests. Not sure if this is expected behavior o...
Spring Security OAuth: Some providers require the access token to be included when getting keys from JWK Set URI
2025-01-18 06:04:11
30960
Expected BehaviorSpring Security OAuth includes an Authorization Bearer header containing the access token in requests t...
Spring Security Remove Framework Tests from saml2Login Sample
2025-01-18 06:04:05
369
Most of the tests in the saml2Login sample are related to testing the framework.Since the purpose of the sample is to de...
Spring Security Restructure SAML 2.0 documentation
2025-01-18 06:04:03
121
It would be nice if the SAML 2.0 documentation looked like the rest of the documentation, including having flow diagrams...
Spring Security When exception occurred connection is not properly closed in Spring Security ldap
2025-01-18 06:04:01
1547
Describe the bugIn authentication process(using BindAuthenticator.class & FilterBasedLdapUserSearch.class), when sea...
Spring Security Allow Clock parameter to JwtDecoders helpers
2025-01-18 06:03:58
2660
The helpers in JwtDecoders (e.g. fromOidcIssuerLocation) and JwtValidators should accept an optional parameter for a Clo...
Spring Security ServletOAuth2AuthorizedClientExchangeFilterFunction sends access token (not JWT) instead of id token for Google OAuth2
2025-01-18 06:03:55
7631
Describe the bugGoogle Access Token (Not JWT) is sent as a Bearer header while calling a resource server using Web Clien...
Spring Security scopes_supported metadata should not be used as default in ClientRegistrations
2025-01-18 06:03:52
5806
Describe the bugThe oauth2-client requests all available scopes on the authorization server by default. That includes al...
Spring Security SAML Assertion validation fails when OneTimeUse condition is sent from the IdP
2025-01-18 06:03:50
11102
Describe the bugWhen a SAML IdP is configured to add a OneTimeUse condition to the SAML Assertion, the OpenSamlAuthentic...
Spring Security saml2Login should provide an AuthenticatedPrincipal (integrate with a UserService)
2025-01-18 06:03:47
266
Similar as oauth2Login() loads user from OAuth2UserService interface. SAML attributes need to be retrieved as well.Comme...
Spring Security WebSSOProfileConsumer replacement
2025-01-18 06:03:44
1818
SummaryI am migrating from org.springframework.security.extensions:spring-security-saml2-core:1.0.10.RELEASE to spring-s...
Spring Security Generalize SAML 2.0 Assertion Validation Support
2025-01-18 06:03:41
1451
Recent support for configuring OpenSAML's ConditionValidators and ValidationContext were added to OpenSamlAuthentication...
Spring Security Incomplete documentation regarding Hierarchical Roles
2025-01-18 06:03:39
1265
Apparently spring security supports two concepts when working with hierarchical roles:Resolving the effective roles at a...
Spring Security Can formlogin() and CustomAuthorizationRequestResolver be used?
2025-01-18 06:03:37
1739
Expected Behavior.formLogin() .loginPage("/login") .loginProcessingUrl("/j_spring_security...
上一页
下一页
1
…
695
696
697
698
699
…
2246
.