{
  "issuer": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci",
  "authorization_endpoint": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/as/authorization.oauth2",
  "token_endpoint": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/as/token.oauth2",
  "revocation_endpoint": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/as/revoke_token.oauth2",
  "introspection_endpoint": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/as/introspect.oauth2",
  "jwks_uri": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/pf/JWKS",
  "registration_endpoint": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/as/clients.oauth2",
  "device_authorization_endpoint": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/as/device_authz.oauth2",
  "userinfo_endpoint": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/idp/userinfo.openid",
  "scopes_supported": [ "variable-incomes", "unarranged-accounts-overdraft", "credit-fixed-incomes", "credit-portability", "treasure-titles", "financings", "invoice-financings", "offline_access", "funds", "customers", "credit-cards-accounts", "loans", "openid", "exchanges", "resources", "bank-fixed-incomes", "payroll-credit-portability", "consents", "accounts" ],
  "claims_supported": [ "acr", "authentication_time", "authnInst", "channel_id", "cnpj", "consentId", "cpf", "enrollmentId", "paymentConsentId", "sub", "username", "webhook_uris" ],
  "response_types_supported": [ "code id_token" ],
  "response_modes_supported": [ "fragment" ],
  "grant_types_supported": [ "implicit", "authorization_code", "refresh_token", "client_credentials", "urn:ietf:params:oauth:grant-type:jwt-bearer", "urn:ietf:params:oauth:grant-type:token-exchange"  ],
  "subject_types_supported": [ "public" ],
  "id_token_signing_alg_values_supported": [ "PS256" ],
  "token_endpoint_auth_methods_supported": [ "private_key_jwt"],
  "revocation_endpoint_auth_methods_supported" : [ "private_key_jwt"],
  "introspection_endpoint_auth_methods_supported" : [ "private_key_jwt"],
  "tls_client_certificate_bound_access_tokens" : true,
  "token_endpoint_auth_signing_alg_values_supported":  [ "PS256" ],
  "revocation_endpoint_auth_signing_alg_values_supported":  [ "PS256" ],
  "introspection_endpoint_auth_signing_alg_values_supported":  [ "PS256", "RSA-OAEP" ],
  "claim_types_supported": [ "normal" ],
  "claims_parameter_supported": true,
  "request_parameter_supported": true,
  "request_uri_parameter_supported": false,
  "authorization_response_iss_parameter_supported": true,
  "request_object_signing_alg_values_supported": [ "PS256" ],
  "id_token_encryption_alg_values_supported": [ "RSA-OAEP" ],
  "id_token_encryption_enc_values_supported": [ "A256GCM" ],
  "introspection_signing_alg_values_supported":  [ "PS256" ],
  "introspection_encryption_alg_values_supported": [ "RSA-OAEP" ],
  "introspection_encryption_enc_values_supported": [ "A256GCM" ],
  "authorization_signing_alg_values_supported":  [ "PS256" ],
  "authorization_encryption_alg_values_supported": [ "RSA-OAEP" ],
  "authorization_encryption_enc_values_supported": [ "A256GCM" ],
  "pushed_authorization_request_endpoint": "https://openbanking.api.santander.com.br/open-banking/security/v2/rci/as/par.oauth2",
  "require_pushed_authorization_requests": true,
  "backchannel_user_code_parameter_supported": false,
  "code_challenge_methods_supported": [ "S256" ],
  "acr_values_supported": [ "urn:brasil:openbanking:loa2", "urn:brasil:openbanking:loa3" ],
  "mtls_endpoint_aliases": {
    "token_endpoint": "https://trust-openbanking.api.santander.com.br/open-banking/security/v2/rci/as/token.oauth2",
    "revocation_endpoint": "https://trust-openbanking.api.santander.com.br/open-banking/security/v2/rci/as/revoke_token.oauth2",
    "introspection_endpoint": "https://trust-openbanking.api.santander.com.br/open-banking/security/v2/rci/as/introspect.oauth2",
    "device_authorization_endpoint": "https://trust-openbanking.api.santander.com.br/open-banking/security/v2/rci/as/device_authz.oauth2",
    "registration_endpoint": "https://trust-openbanking.api.santander.com.br/open-banking/security/v2/rci/as/clients.oauth2",
    "userinfo_endpoint": "https://trust-openbanking.api.santander.com.br/open-banking/security/v2/rci/idp/userinfo.openid",
    "pushed_authorization_request_endpoint": "https://trust-openbanking.api.santander.com.br/open-banking/security/v2/rci/as/par.oauth2"
  }
}
