Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 21, 2024
1 parent fd9481a commit 739ae61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/auth/tests/mongodb-oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ Drivers MUST be able to authenticate using OIDC callback(s) when there is one pr

**4.3 Succeeds after refresh fails**

- Create a default OIDC client with a human callback that returns an invalid refresh token.
- Create a default client with a callback that returns the `test_user1` access token and a bad refresh token.
- Perform a `find` operation that succeeds.
- Assert that the human callback has been called once.
- Force a reauthenication using a fail point of the form:
Expand Down

0 comments on commit 739ae61

Please sign in to comment.