Abhinav Sonkar
Abhinav Sonkar
We are facing the exact same problem in our setup and interesting to see the issue raised so recently :) As @olivierboudet mentioned, the problem is with the `fromIssuerLocation/fromOidcIssuerLocation` method...
@jgrandja It is still not clear to me how https://github.com/spring-projects/spring-security/issues/10309 solves the issue. ```java @Bean public JwtDecoder jwtDecoder() { NimbusJwtDecoder jwtDecoder = NimbusJwtDecoder .withIssuerLocation("https://the.platform.io/auth/realms/the-realm") .build(); jwtDecoder.setJwtValidator( JwtValidators.createDefaultWithIssuer("https://keycloak.cluster.local/auth/realms/the-realm") ); return jwtDecoder;...
+1 this would be really nice.
TODO 1. Add JSON schema for values.yaml 2. Add github action
@dependabot squash and merge
@dependabot recreate
@dependabot squash and merge
@DinoChiesa Would this also be the case when using the OAuth proxy or Full OAuth server flow in FastMCP since it is acting as Authorization server for DCR? The intention...