{
  "authorization_endpoint": "https://interop-preview.bluecrossmn.com/fhir/authorize",
  "token_endpoint": "https://interop-preview.bluecrossmn.com/fhir/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "registration_endpoint": "https://bluecrossmn3.okta.com/oauth2/v1/clients",
  "scopes_supported": [
    "openid",
    "profile",
    "fhirUser",
    "launch/patient",
    "patient/*.read",
    "offline_access"
  ],
  "response_types_supported": [
    "code",
    "code id_token",
    "id_token",
    "refresh_token"
  ],
  "introspection_endpoint": "https://bluecrossmn3.okta.com/oauth2/ausb48v7sRjhrmr4V4h6/v1/introspect",
  "revocation_endpoint": "https://bluecrossmn3.okta.com/oauth2/ausb48v7sRjhrmr4V4h6/v1/revoke",
  "capabilities": [
    "launch-standalone",
    "client-confidential-symmetric",
    "sso-openid-connect",
    "context-standalone-patient",
    "permission-offline",
    "permission-patient"
  ]
}