Skip to content

Commit 2c0e352

Browse files
authored
(DOCS-16434) Specifies behavior if issuer URI is unreachable (#5255)
* (DOCS-16434) Specifies behavior if issuer URI is unreachable * Includes tech review change
1 parent 996a993 commit 2c0e352

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/includes/fact-oidc-providers.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@
1515
- Required
1616

1717
- 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.
18+
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.
1928

2029
- string
2130

0 commit comments

Comments
 (0)