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: The regional site for Datadog customers.
183408
+
enum:
183409
+
- datadoghq.com
183410
+
- us3.datadoghq.com
183411
+
- us5.datadoghq.com
183412
+
- ap1.datadoghq.com
183413
+
- ap2.datadoghq.com
183414
+
- uk1.datadoghq.com
183415
+
- datadoghq.eu
183416
+
- ddog-gov.com
183417
+
- us2.ddog-gov.com
183418
+
x-enum-varnames:
183419
+
- US1
183420
+
- US3
183421
+
- US5
183422
+
- AP1
183423
+
- AP2
183424
+
- UK1
183425
+
- EU1
183426
+
- GOV
183427
+
- US2_GOV
183428
+
subdomain:
183429
+
default: app
183430
+
description: The subdomain where the API is deployed.
183431
+
- url: "{protocol}://{name}"
183432
+
variables:
183433
+
name:
183434
+
default: app.datadoghq.com
183435
+
description: Full site DNS name.
183436
+
protocol:
183437
+
default: https
183438
+
description: The protocol for accessing the API.
183439
+
- url: https://{subdomain}.{site}
183440
+
variables:
183441
+
site:
183442
+
default: datadoghq.com
183443
+
description: Any Datadog deployment.
183444
+
subdomain:
183445
+
default: app
183446
+
description: The subdomain where the API is deployed.
183447
+
summary: Get OpenID Connect provider metadata
183448
+
tags:
183449
+
- OAuth2 Client Public
183450
+
x-unstable: |-
183451
+
**Note**: This endpoint is in preview and is subject to change.
183452
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
183361
183453
/api/v2/oauth2/.well-known/sites:
183362
183454
get:
183363
183455
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.
0 commit comments