Skip to content

Commit a31e69a

Browse files
authored
MONGOSH-2027 Specify that addresses must be unique for OIDC auth (#1762)
1 parent decfdc8 commit a31e69a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/workforce-human-oidc-auth.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ described in [RFC8252](https://datatracker.ietf.org/doc/html/rfc8252).[^4] The a
105105
2. Launch a local HTTP server. The default (incoming) redirect URL for MongoDB applications is
106106
`http://localhost:27097/redirect`, which MAY be configurable. If the application allows configuring the URL, the
107107
port MAY be specified as `0` to allow listening on an arbitrary port. The application listens on the host and port
108-
listed in the URL. The application MUST listen on all addresses that the hostname resolves to through
108+
listed in the URL. The application MUST listen on all unique addresses that the hostname resolves to through
109109
`getaddrinfo()`, and MUST listen on the same port in all cases. If listening on any address fails, or
110110
`getaddrinfo()` did not return any addresses, it must abort this process and the application MAY fall back to
111111
Device Auth.
@@ -245,6 +245,8 @@ format for expressing MongoDB clusters as resource URLs.
245245
## Changelog
246246

247247
- 2024-11-14: Initial version.
248+
- 2025-02-27: Specify that the local http server in [Authorization Code Flow](#authorization-code-flow) must listen on
249+
unique addresses.
248250

249251
[^1]: Technically, this refers to an Authorization Server (AS). Inside MongoDB, the usage of AS and IdP has been
250252
considered more or less interchangeable.

0 commit comments

Comments
 (0)