We are currently using OAuth 2.0 SDK 5.30 version but its vulnerable, trying to upgrade to 8.36.2

Issue #361 resolved
Former user created an issue

I am facing issue with below dependency and not able to establish the connection to Azure with latest upgrade.

<dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <version>${nimbus-jose-jwt.version}</version> </dependency>

Could you please share the list of maven dependencies that need to be added for 8.36.2

Comments (1)

  1. Yavor Vasilev

    Those dependencies can be found in the project pom.xml - under dependencies.

    The project must satisfy all required deps. Import the optional if they happen to be needed as well.

  2. Log in to comment