{
  "issuer": "https://satgate-mock-idp.fly.dev",
  "jwks_uri": "https://satgate-mock-idp.fly.dev/.well-known/jwks.json",
  "token_endpoint": "https://satgate-mock-idp.fly.dev/token",
  "authorization_endpoint": "https://satgate-mock-idp.fly.dev/authorize",
  "response_types_supported": [
    "id_token"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "iat",
    "namespace",
    "service_account",
    "groups",
    "email",
    "department",
    "role",
    "repository",
    "ref",
    "run_id"
  ]
}