{
  "authorization_endpoint": "https://saas.agastha.com/AgAPI/oauth/authorization",
  "registration_endpoint": "https://saas.agastha.com/AgAPI/AppRegister",
  "token_endpoint": "https://saas.agastha.com/AgAPI/oauth/token",
  "revocation_endpoint": "https://saas.agastha.com/AgAPI/oauth/token/revoke-token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS384",
    "ES384"
  ],
  "scopes_supported": [
    "launch",
    "profile",
    "fhirUser",
    "openid",
    "online_access",
    "offline_access",
    "user/AllergyIntolerance.read",
    "patient/AllergyIntolerance.read",
    "system/AllergyIntolerance.read",
    "user/Binary.read",
    "patient/Binary.read",
    "system/Binary.read",
    "user/CarePlan.read",
    "patient/CarePlan.read",
    "system/CarePlan.read",
    "user/CareTeam.read",
    "patient/CareTeam.read",
    "system/CareTeam.read",
    "user/Condition.read",
    "patient/Condition.read",
    "system/Condition.read",
    "user/Device.read",
    "patient/Device.read",
    "system/Device.read",
    "user/DiagnosticReport.read",
    "patient/DiagnosticReport.read",
    "system/DiagnosticReport.read",
    "user/DocumentReference.read",
    "patient/DocumentReference.read",
    "system/DocumentReference.read",
    "user/Encounter.read",
    "patient/Encounter.read",
    "system/Encounter.read",
    "user/Goal.read",
    "patient/Goal.read",
    "system/Goal.read",
    "user/Immunization.read",
    "patient/Immunization.read",
    "system/Immunization.read",
    "user/Location.read",
    "system/Location.read",
    "user/MedicationRequest.read",
    "patient/MedicationRequest.read",
    "system/MedicationRequest.read",
    "user/Medication.read",
    "patient/Medication.read",
    "system/Medication.read",
    "user/Observation.read",
    "patient/Observation.read",
    "system/Observation.read",
    "user/Organization.read",
    "system/Organization.read",
    "user/Patient.read",
    "patient/Patient.read",
    "system/Patient.read",
    "user/Practitioner.read",
    "system/Practitioner.read",
    "user/Procedure.read",
    "patient/Procedure.read",
    "system/Procedure.read",
    "user/Provenance.read",
    "patient/Provenance.read",
    "system/Provenance.read",
    "user/RelatedPerson.read",
    "patient/RelatedPerson.read",
    "system/RelatedPerson.read",
    "user/ServiceRequest.read",
    "patient/ServiceRequest.read",
    "system/ServiceRequest.read"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported":[
    "authorization_code",
    "implicit",
    "password",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:jwt-bearer"
  ],
  "code_challenge_methods_supported":[
    "S256"
  ],
  "issuer":"https://saas.agastha.com/AgAPI",
  "jwks_uri":"https://saas.agastha.com/AgAPI/.well-known/jwk",
  "introspection_endpoint": "https://saas.agastha.com/AgAPI/tokeninfo",
  "capabilities": [
    "launch-ehr",
    "launch-standalone",
    "client-public",
    "client-confidential-symmetric",
    "sso-openid-connect",
    "context-standalone-patient", 
    "authorize-post", 
    "permission-v1", 
    "permission-v2",
    "context-banner",
    "context-style",
    "context-ehr-patient",
    "context-ehr-encounter",
    "permission-patient",
    "permission-user",
    "permission-offline",
    "health-cards"
  ]
}
