Change OAuth password parameter

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Use this property to ensure only POST body parameters are accepted as input for all supported grant types.

    Sending sensitive information over URI query parameters might lead to sensitive information disclosure by clients, the server, or any host between the requests. Starting with the Madrid release, this new property ensures only the POST body parameters are accepted as input for all supported grant types. Supported grant types include:
    • authorization code
    • password
    • client credential
    • refresh token
    표 1. OAuth password parameter property
    Property Description
    glide.oauth.allow.parameters.in.post.body.only This property is set to true for zBoots only, as part of the OAuth 2.0 plugin. If you need this setting for your instance, create and set the property to true.