mongodb / mongo-jdbc-driver

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

SQL-1941: Add doRefresh for OIDC authentication #256

Closed bucaojit closed 2 months ago

bucaojit commented 2 months ago

This can be run using:

./gradlew  runAuthFlowAndRefresh

The actual doRefresh logic to be reviewed is in this commit. The other functionality for doAuthCodeFlow() is in another PR SQL-1940.

I'll update the branch it is based on to master when SQL-1940 is merged.