python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do i tell which repository/artifact on mvnrepository.com is more widely adopted? nimbus-jose-jwt vs jose4j
I am trying to figure out whether i should pick(based on the adoption):
-nimbus-jose-jwt - Used By 279 artifacts OR
-jose4j - Used by 655 artifacts
I found that jose4j 's author, Brian Campbell, is ac...
jumping_monkey
Votes: 0
Answers: 1
Can't verify access token signature from azure using nimbus
following this example I wrote some code to validate an access token return by implicit flow from azure.
RemoteJWKSet remoteJWKSet = new RemoteJWKSet(new URL(jwksUri));
JWSKeySelector keySelector = ne...

Ace of Spade
Votes: 0
Answers: 1
Nimbus JOSE JWT expected audience claim to be any of a multiple
When validating a JWT I have the scenario that I have a list of allowed client-ids. I put the client-id as audience claim into the JWT but then when verifying I need need to compare against the list.
...

Sjoerd222888
Votes: 0
Answers: 1
Spring Resource Server connection with authorization server. Default timeout
Spring security documentation https://docs.spring.io/spring-security/reference/servlet/oauth2/resource-server/jwt.html#oauth2resourceserver-jwt-timeouts
states that:
By default, Resource Server uses ...
Piotrold
Votes: 0
Answers: 0