nimbus-jose-jwt Questions

4

We are using spring-security 5.2 for securing our REST API through JWT validation. With the spring:security:oauth2:resourceserver:jwt:jwk-set-uri property we indicate the remote JWKS endpoint whic...
Nilsanilsen asked 26/2, 2020 at 8:31

1

Solved

I am trying to call some APIs published by the IRS. They require me to create a JWK and send them the public key. I was able to generate an RSA JWK key using this code: package com.propfinancing.jw...
Aberdare asked 22/11, 2022 at 18:9

1

Solved

I want to implement JWT verification in my spring boot application. The algorithm we used for signing token is Ed25519\EDDSA . I don't find right dependency/library to implement Jwt verifier using ...
Magnetics asked 16/2, 2022 at 17:7

1

Solved

The class DefaultJWKSetCache of nimbus-jose-jwt has two fields, lifespan and refreshTime. From Java docs - lifespan - The lifespan of the cached JWK set before it expires, negative means no expira...
Hecatomb asked 20/11, 2021 at 19:30

1

What does "e": "AQAB" mean in JWKS - Json Web Key Set { "keys": [ { "kty": "RSA", #key type "e": "AQAB", #Question - what d...
Dong asked 18/11, 2021 at 15:52

2

Solved

I have the following JWT token that I want to decode: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik5UQXhabU14TkRNeVpEZzNNVFUxWkdNME16RXpPREpoWldJNE5ETmxaRFUxT0dGa05qRmlNUSJ9.eyJhdWQiOiJodHRwOlwvX...
Maybellemayberry asked 28/8, 2019 at 16:12
1

© 2022 - 2024 — McMap. All rights reserved.