Registry / auth / spring-security-oauth2-jose

spring-security-oauth2-jose

JSON →
library7.1.0javamavenunverified

Provides JSON Object Signing and Encryption (JOSE) support for Spring Security's OAuth2 implementation.

<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-jose</artifactId> <version>7.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SECURITY-OA
S
spring-security-oauth2-jose
authjavav7.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JwtDecoder
org.springframework.security.oauth2.jwt.JwtDecoder

Creates a JwtDecoder using a JWK Set URI for decoding JWTs.

import org.springframework.security.oauth2.jwt.JwtDecoder; import org.springframework.security.oauth2.jwt.NimbusJwtDecoder; public class Example { public static void main(String[] args) { JwtDecoder decoder = NimbusJwtDecoder.withJwkSetUri("https://example.com/.well-known/jwks.json").build(); System.out.println("JwtDecoder created"); } }
Debug
Known issues
breakingSpring Security 7.x requires Java 17+ and may have breaking changes from 6.x.
fix
Ensure your project uses Java 17 or later and review migration guides.
affects: >=7.0.0
Upgrade
Version history
7.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources
spring-security-oauth2-jose — mvn dependency:get spring-security-oauth2-jose · libregistry