Do we know if there is any call back event.DACS send when change in user entitlement e.g. User e...

...ntitlement to content is prohibited or revoked ?.

we have used Open Reuters.RFA.DACS API to check for user’s content based Entitlements with DACS.

During development we have verified happy path flows but we want to have reliable way of checks for user entitlements.

Do we know if there is any call back event.DACS send when change in user entitlement e.g. User entitlement to content is prohibited or revoked ?.

We have processAuthorizationEvent but it sends back only logged in , Logged out and eventStreamClosed related events not at the level of User’s assignment to content entitlement.

Which event we should listen to know if any change in user entitlement to content is changed ?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @uttareshwar.choudhari

    Thanks for reaching out to us.

    If the DACS user profile has been changed and the data has been distributed, the Open DACS API application will retrieve the DoRepermission status code in the AuthorizationAgentEvent .

    11:20:46    Received DACS Authorization Event...
            User: wasin Position: 10.0.0.1/net
            Status:    Loggin
            Status Code:    DoRepermission
            Status Text: ReLoginUserPass:    handle[2]

    I hope that this information is of help.