{
  "issuer" : "https://auth-smart-staging.saude.go.gov.br/realms/smart-staging",
  "token_endpoint" : "https://auth-smart-staging.saude.go.gov.br/realms/smart-staging/protocol/openid-connect/token",
  "jwks_uri" : "https://auth-smart-staging.saude.go.gov.br/realms/smart-staging/protocol/openid-connect/certs",
  "token_endpoint_auth_methods_supported" : [ "private_key_jwt" ],
  "token_endpoint_auth_signing_alg_values_supported" : [ "RS384", "ES384" ],
  "grant_types_supported" : [ "client_credentials" ],
  "code_challenge_methods_supported" : [ "S256" ],
  "capabilities" : [ "client-confidential-asymmetric", "permission-v2" ],
  "scopes_supported" : [ "system/Bundle.c", "system/Task.r", "system/Consent.crus" ]
}