{
  "authorization_endpoint": "https://idp-pit.carefirst.com/fhir-oauth2/sec/chpdc/authorize",
  "token_endpoint": "https://idp-pit.carefirst.com/fhir-oauth2/pub/chpdc/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "launch",
    "launch/patient",
    "patient/*.read",
    "user/*.read",
    "offline_access"
  ],
  "response_types_supported": [
    "code"
  ],
  "capabilities": [
    "launch-ehr",
    "client-public",
    "client-confidential-symmetric",
    "context-ehr-patient",
    "sso-openid-connect"
  ]
}