Abstract
On IdP, if request type is dcontract, we will validate document
integrity before sending to IdP App.
Document have to be downloaded by platform.
If there are not document or any document failed from integrity check,
platform will return error code 31000 back to idp in order to notify
that the request is error.
Configuration Added
DCONTRACT_VALIDATE - to enable dcontract validation (default: true)
DCONTRACT_FETCH_TIMEOUT - Fetching document timeout in millisecond
(Default: 15000ms)
Abstract On IdP, if request type is dcontract, we will validate document integrity before sending to IdP App.
Document have to be downloaded by platform.
If there are not document or any document failed from integrity check, platform will return error code 31000 back to idp in order to notify that the request is error.
Configuration Added DCONTRACT_VALIDATE - to enable dcontract validation (default: true) DCONTRACT_FETCH_TIMEOUT - Fetching document timeout in millisecond (Default: 15000ms)