You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Error payload returned by OAuth2 dynamic client registration as defined by RFC 7591.
57845
57898
properties:
@@ -142472,6 +142525,40 @@ paths:
142472
142525
summary: Get all aggregated DNS traffic
142473
142526
tags:
142474
142527
- Cloud Network Monitoring
142528
+
/api/v2/oauth2/.well-known/sites:
142529
+
get:
142530
+
description: Retrieve the list of public OAuth2 sites available for the current environment. This endpoint is used for OAuth2 discovery and returns sites where users can authenticate.
Copy file name to clipboardExpand all lines: api/datadogV2/api_o_auth2_client_public.go
+73Lines changed: 73 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,79 @@ func (a *OAuth2ClientPublicApi) DeleteScopesRestriction(ctx _context.Context, cl
104
104
returnlocalVarHTTPResponse, nil
105
105
}
106
106
107
+
// GetOAuth2WellKnownSites Get OAuth2 well-known sites.
108
+
// Retrieve the list of public OAuth2 sites available for the current environment. This endpoint is used for OAuth2 discovery and returns sites where users can authenticate.
0 commit comments