You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add `mongoc_percent_encode`
* extend `mcd-azure.h`
* Support a custom token resource, optional timeout, and optional client_id.
* add OIDC prose tests 5.1 and 5.2
* implement `mongoc_oidc_env_fn_azure`
* apply OIDC environment callback
* And move check that both env+user callbacks are not set from auth to cache (to simplify).
* test more bad configuration cases
* support unified tests with Azure OIDC
* add Azure OIDC Evergreen task
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,7 @@ To run test cases with large allocations, set:
321
321
*`MONGOC_TEST_LARGE_ALLOCATIONS=on` This may result in sudden test suite termination due to allocation failure. Use with caution.
322
322
323
323
*`MONGOC_TEST_OIDC=on` to test OIDC using a test environment described [here](https://github.com/mongodb-labs/drivers-evergreen-tools/tree/d7a7337b384392a09fbe7fc80a7244e6f1226c18/.evergreen/auth_oidc).
324
+
*`MONGOC_AZURE_RESOURCE=<resource>` to test OIDC using an Azure test environment described [here](https://github.com/mongodb-labs/drivers-evergreen-tools/blob/d7a7337b384392a09fbe7fc80a7244e6f1226c18/.evergreen/auth_oidc/azure/README.md).
0 commit comments