{
  "issuer": "https://fhirapi.mhealthaz.com/",
  "authorization_endpoint": "https://fhirapi.mhealthaz.com/connect/authorize",
  "token_endpoint": "https://fhirapi.mhealthaz.com/connect/token",
  "introspection_endpoint": "https://fhirapi.mhealthaz.com/connect/introspect",
  "end_session_endpoint": "https://fhirapi.mhealthaz.com/connect/logout",
  "revocation_endpoint": "https://fhirapi.mhealthaz.com/connect/revoketoken",
  "userinfo_endpoint": "https://fhirapi.mhealthaz.com/connect/userinfo",
  "jwks_uri": "https://fhirapi.mhealthaz.com/.well-known/jwks",
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "form_post",
    "fragment",
    "query"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile",
    "roles",
    "offline_access",
    "scp:fhirUser",
    "scp:launch/patient",
    "scp:patient/Patient.read"
  ],
  "claims_supported": [
    "aud",
    "exp",
    "iat",
    "iss",
    "sub",
    "name",
    "username",
    "fhirUser"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "subject_types_supported": [
    "public"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "introspection_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "revocation_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "claims_parameter_supported": false,
  "request_parameter_supported": false,
  "request_uri_parameter_supported": false
}