Traive · Authentication Profile

Traive Authentication

Authentication

Traive secures its APIs with openIdConnect and oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, refreshToken, deviceCode, ciba, password, and implicit flow(s).

CompanyAgricultureFintechCreditRisk AnalysisLendingAgTechBrazil
Methods: openIdConnect, oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials, refreshToken, deviceCode, ciba, password, implicit API key in:

Security Schemes

traive-prod openIdConnect

Source

Authentication Profile

traive-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://auth.traive-prod.com/realms/traive-prod/.well-known/openid-configuration
note: Traive publishes no public developer API. This profile documents the platform's
  authentication surface, harvested from the public OpenID Connect discovery and
  OAuth 2.0 authorization-server metadata (RFC 8414) of its Keycloak realm
  traive-prod. Platform login (auth.traive-prod.com) fronts the Traive Agro /
  Traive Finance applications.
summary:
  types:
  - openIdConnect
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  - refreshToken
  - deviceCode
  - ciba
  - password
  - implicit
  scopes_supported: 50
schemes:
- name: traive-prod
  type: openIdConnect
  provider: Keycloak
  issuer: https://auth.traive-prod.com/realms/traive-prod
  openIdConnectUrl: https://auth.traive-prod.com/realms/traive-prod/.well-known/openid-configuration
  authorizationUrl: https://auth.traive-prod.com/realms/traive-prod/protocol/openid-connect/auth
  tokenUrl: https://auth.traive-prod.com/realms/traive-prod/protocol/openid-connect/token
  jwksUri: https://auth.traive-prod.com/realms/traive-prod/protocol/openid-connect/certs
  userinfoUrl: https://auth.traive-prod.com/realms/traive-prod/protocol/openid-connect/userinfo
  capabilities:
    pushed_authorization_requests: true
    mtls_certificate_bound_access_tokens: true
    ciba: true
    device_authorization_grant: true
    jwt_secured_response_modes: true
  sources:
  - well-known/traive-openid-configuration.json
  - well-known/traive-oauth-authorization-server.json