mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
35 stars 33 forks source link

SQL-1938: Implement OidcCallback #257

Closed bucaojit closed 2 months ago

bucaojit commented 2 months ago

Running manual tests:

# Run the test with the new callback class
./gradlew runCallback

# Run with 2 second timeout, gets a OidcTimeoutException
./gradlew runCallbackWithShortTimeout

# Run with bad refresh token, gets RefreshFailedException
./gradlew runCallbackWithBadRefreshToken

Refactored the tests as well into manualtests package as there are many now, and added TestOidcUtils for shared test variables