We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996a993 commit 2c0e352Copy full SHA for 2c0e352
source/includes/fact-oidc-providers.rst
@@ -15,7 +15,16 @@
15
- Required
16
17
- The issuer URI of the IDP that the server should accept tokens from. This
18
- must match the ``iss`` field in any JWT used for authentication.
+ must match the ``iss`` field in any JWT used for authentication.
19
+
20
+ If you specify an unreachable issuer URI, MongoDB:
21
22
+ 1. Logs a warning.
23
+ #. Continues server startup, which allows you to update the issuer
24
+ URI.
25
+ #. Reattempts issuer contact. If MongoDB reaches the issuer URI
26
+ and validates the access token, authentication succeeds. If
27
+ the issuer URI remains unreachable, authentication fails.
28
29
- string
30
0 commit comments