spring-addons icon indicating copy to clipboard operation
spring-addons copied to clipboard

Ease spring OAuth2 resource-servers configuration and testing

Results 9 spring-addons issues
Sort by recently updated
recently updated
newest added

I would like to use `@WithOidcLogin` in the same manner as `@WithJwt` as I feel it is more intuitive in certain usecases. As this approach currently doesn't exist, is there...

bug

I'm unable to close the gap between the client and resource server. My specific scenario is following your recommendation of using an Oauth2 client (a Spring Boot Thymeleaf client application)...

enhancement

**Describe the bug** Downstream services times out reading request body of POST application/x-www-form-urlencoded request in BFF pattern when `csrf: cookie-accessible-from-js` It works just fine if csrf is disabled, with exactly...

bug

I would like to mimic the behaviour of the adapter that was maintained by the keycloak team, but that is now deprecated. In class `org.keycloak.adapters.AuthenticatedActionsHandler` they used to read the...

enhancement

**Is your feature request related to a problem? Please describe.** When using several authentication converters (or just one with for instance `@Qualifier("defaultJwtAuthenticationConverter")`), `spring-addons-starter-oidc` and `spring-addons-starter-oidc-test` get lost **Describe the solution...

enhancement

This is more a question than a feature. But certainly not a bug. I noticed on a recent update of spring-addons-oauth2-test to 7.2.0 that the [WithMockJwtAuth](https://github.com/ch4mpy/spring-addons/blob/master/spring-addons-oauth2-test/src/main/java/com/c4_soft/springaddons/security/oauth2/test/annotations/WithMockJwtAuth.java) annotation is deprecated? Can...

enhancement
wontfix

**Is your feature request related to a problem? Please describe.** There is a BFF tutorial only for an Angular app. It can be relatively easily interpolated to other SPAs, but...

enhancement

I happened upon this repo while looking for a way to mock Keycloak tokens in Spring MVC controller tests. Your `WithMockKeycloakAuth` annotation worked like a charm and saved me a...

kudos

**Describe the bug** The Readme file of the sample project "Reactive Resource Server With JWT Decoder Using spring-addons-webflux-jwt-resource-server" (https://github.com/ch4mpy/spring-addons/tree/master/samples/webflux-jwt-default#readme) states: > It is worth noting that, compared to [reactive-resource-server tutorial](https://github.com/ch4mpy/spring-addons/tree/master/samples/tutorials/reactive-resource-server),...

bug