{
"authorization_endpoint": "https://fhir-dev.edvak.com/realms/EDVAK/protocol/openid-connect/auth",
"token_endpoint": "https://fhir-dev.edvak.com/realms/EDVAK/protocol/openid-connect/token",
"introspection_endpoint": "https://fhir-dev.edvak.com/realms/EDVAK/protocol/openid-connect/token/introspect",
"revocation_endpoint": "https://fhir-dev.edvak.com/realms/EDVAK/protocol/openid-connect/revoke",
"scopes_supported": [
"openid",
"fhirUser",
"patient/*.read",
"patient/*.write",
"user/*.read",
"user/*.write",
"launch",
"launch/patient"
],
"response_types_supported": [
"code",
"token"
],
"grant_types_supported": [
"authorization_code",
"client_credentials",
"refresh_token"
],
"token_endpoint_auth_methods_supported": [
"client_secret_post",
"client_secret_basic",
"none"
],
"capabilities": [
"launch-standalone",
"launch-ehr",
"client-public",
"client-confidential-symmetric",
"context-ehr-patient",
"context-standalone-patient",
"permission-patient",
"permission-user",
"launch-standalone",
"launch-ehr",
"client-public",
"client-confidential-symmetric",
"client-confidential-asymmetric",
"context-ehr-patient",
"context-standalone-patient",
"permission-patient",
"permission-user",
"permission-offline",
"authorize-post",
"sso-openid-connect",
"permission-v1",
"permission-v2",
"context-banner",
"context-style",
"context-ehr-encounter"
],
"code_challenge_methods_supported": [
"S256"
],
"issuer": "https://fhir-dev.edvak.com/realms/EDVAK",
"jwks_uri": "https://fhir-dev.edvak.com/realms/EDVAK/protocol/openid-connect/certs"
}