Implement a nonce

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • You can implement a nonce to be used with single sign-on digest authentication.

    To use a nonce with the unencrypted token or encrypted token methods of single sign on, these steps apply with only a few minor changes.
    주:
    The nonce is used only for login requests, not for any other type of request. If the system receives a nonce value after login, the nonce is not consumed.

    Benefits

    The usage of a nonce prohibits a malicious user from performing a replay attack in order to log into your system.