summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/oidc_protocol.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/oidc_protocol.idl')
-rw-r--r--src/mongo/db/auth/oidc_protocol.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/auth/oidc_protocol.idl b/src/mongo/db/auth/oidc_protocol.idl
index 8c917ced334..9addc1cabb9 100644
--- a/src/mongo/db/auth/oidc_protocol.idl
+++ b/src/mongo/db/auth/oidc_protocol.idl
@@ -49,7 +49,7 @@ structs:
description: "Server's reply to clientStep1"
strict: false
fields:
- authorizeEndpoint:
+ authorizationEndpoint:
description: >-
URL where the IDP may be contacted for end user
authentication and authorization code generation.
@@ -61,7 +61,7 @@ structs:
code <=> ID/access token exchange.
type: string
optional: true # Req if deviceAuthorizeEndpoint not present
- deviceAuthorizeEndpoint:
+ deviceAuthorizationEndpoint:
description: >-
URL where the IDP may be contacted for device
authentication and authorization code generation.