mirror of
https://github.com/imjasonh/urls
synced 2026-07-07 23:15:32 +00:00
35 lines
694 B
Text
35 lines
694 B
Text
{
|
|
"issuer": "https://app.terraform.io",
|
|
"jwks_uri": "https://app.terraform.io/.well-known/jwks",
|
|
"response_types_supported": [
|
|
"id_token"
|
|
],
|
|
"claims_supported": [
|
|
"sub",
|
|
"aud",
|
|
"exp",
|
|
"iat",
|
|
"iss",
|
|
"jti",
|
|
"nbf",
|
|
"ref",
|
|
"terraform_run_phase",
|
|
"terraform_workspace_id",
|
|
"terraform_workspace_name",
|
|
"terraform_organization_id",
|
|
"terraform_organization_name",
|
|
"terraform_project_id",
|
|
"terraform_project_name",
|
|
"terraform_run_id",
|
|
"terraform_full_workspace"
|
|
],
|
|
"id_token_signing_alg_values_supported": [
|
|
"RS256"
|
|
],
|
|
"scopes_supported": [
|
|
"openid"
|
|
],
|
|
"subject_types_supported": [
|
|
"public"
|
|
]
|
|
}
|