Nineya
Home
Blog
软著申请
Spring Security Keep getting LinkedHashMap cannot cast to .OAuth2AuthorizationRequest error
2025-01-18 09:23:57
16919
I have a BFF setup almost running (it took ages, and has been a very painstaking experience....75+ config files! - and I...
Spring Security Support jwt in introspection response
2025-01-18 09:23:54
2576
It would be nice to provide support for phantom tokens. Many IDPs already have this feature, for example keycloak or cur...
Spring Security AuthorizationAnnotationUtils.findUniqueAnnotation is broken when interface is inherited
2025-01-18 09:23:51
7329
Describe the bugWhen using @RolesAllowed annotation on interface level and inheriting that interface with another inter...
Spring Security Cannot Autowire ClientRegistrationRepository for a Servlet (works for Webflux)
2025-01-18 09:23:48
3580
For some reason, when I do this@Configuration@EnableWebSecurityinternal class DefaultSecurityConfig () { @Autowired ...
Spring Security Customize authentication converter (JwtAuthenticationConverter) in JwtIssuerReactiveAuthenticationManagerResolver
2025-01-18 09:23:46
3862
Expected BehaviorWe need to convert additional claims (i.e. roles) from a JWT to GrantedAuthority so that we can do meth...
Spring Security For an authenticated user hosted controllers are returning error response (redirected to login) if any subsequent REST calls are returning 401 error
2025-01-18 09:23:43
2959
Describe the bugWe are using Spring Security OAuth2 with WebFlux, For the rest end points/controllers we are implementin...
Spring Security Discrepancy in spring security tutorial concerning how bcrypt password strings structure looks like
2025-01-18 09:23:40
3338
Expected BehaviorThe tutorials say that when a password is encrypted with the bcrypt password encoder, the encoded strin...
Spring Security Allow for extending OAuth2AuthorizedClient with additional parameters in the code grant flow
2025-01-18 09:23:37
1166
Expected BehaviorOn successful authorization, the stored authorized client includes any additional parameters provided b...
Spring Security Why does remembering my authorization exception raise an authentication exception
2025-01-18 09:23:35
2226
What consideration is this code based on to exclude the need to remember that the token I generate throws an authenticat...
Spring Security Getting marshall No marshaller available for {urn:oasis:names:tc:SAML:2.0:assertion}Issuer, child of {urn:oasis:names:tc:SAML:2.0:protocol}AuthnRequest
2025-01-18 09:23:32
6151
I am trying to create a new authrequest using only opensaml and spring-security-saml-service-provider. I am getting the ...
Spring Security ActiveDirectoryLdapAuthenticationProvider does not implement support for multiple urls
2025-01-18 09:23:29
5489
SummaryThe javadoc for ActiveDirectoryLdapAuthenticationProvider constructors says the param url supports multiple URLs....
Spring Security How can classpath public key values be utilized in the OAuth2 client jwks_uri?
2025-01-18 09:23:26
8898
Context:I'm working with multiple OAuth2 Clients where I need to validate JWT tokens (id token) which is using JwtDecode...
Spring Security Bad return type for HeadersConfigurer#permissionsPolicy method with customizer
2025-01-18 09:23:23
3360
Describe the bugpermissionsPolicy(Customizer<PermissionsPolicyConfig> permissionsPolicyCustomizer) method in Heade...
Spring Security HeadersConfigurer.PermissionsPolicyConfig breaks fluent api
2025-01-18 09:23:20
883
Describe the bugHeadersConfigurer.permissionsPolicy(Customizer<PermissionsPolicyConfig> permissionsPolicyCustomize...
Spring Security Considering making the RestTemplate configurable in ClientRegistrations
2025-01-18 09:23:18
21390
For example, configure SSLContext when SSL is enabled for authorization server. Currently there is no chance to do that....
Spring Security OpenSaml4AuthenticationProvider : Handle response not signed but assertions signed
2025-01-18 09:23:15
2109
Describe the bugWhen the response is not signed but assertions are signed, an error is thrown.To ReproduceConfigure an I...
Spring Security PreAuthorize not working on Services with an Interface, and also still not working on Kotlin Co-routines
2025-01-18 09:23:12
8411
Much background is here:https://stackoverflow.com/questions/78698990/spring-webflux-spring-security-preauthorize-not-wor...
Spring Security WebMvcTest seems to rely on a running OAuth2 provider
2025-01-18 09:23:09
8693
Describe the bugMy Spring Boot application uses spring-boot-starter-oauth2-client and spring-boot-starter-oauth2-resourc...
Spring Security Illegal group reference
2025-01-18 09:23:06
1628
java.lang.IllegalArgumentException: Illegal group reference at java.base/java.util.regex.Matcher.appendExpandedReplac...
Spring Security RelyingPartyRegistrations typically produces unusable registrationId
2025-01-18 09:22:54
3923
Describe the bugMethods such as RelyingPartyRegistrations.collectionFromMetadataLocation use the entity of the asserting...
上一页
下一页
1
…
533
534
535
536
537
…
2246
.