Is there possibility to somehow set (via scripts) error/status in CIBA POLL response messages ? Like manually set access_denied (CibaRequestStatus.DENIED) for CIBA request (to /token endpoint) We tried to use function cibaRequestService.updateStatus , but with no luck (issue with args in jython):
https://github.com/GluuFederation/oxAuth/blob/master/Server/src/main/java/org/gluu/oxauth/service/ciba/CibaRequestService.java
Is there possibility to somehow set (via scripts) error/status in CIBA POLL response messages ? Like manually set access_denied (CibaRequestStatus.DENIED) for CIBA request (to /token endpoint) We tried to use function cibaRequestService.updateStatus , but with no luck (issue with args in jython):
https://github.com/GluuFederation/oxAuth/blob/master/Server/src/main/java/org/gluu/oxauth/service/ciba/CibaRequestService.java