You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been wondering, how are RADIUS Accounting interim-updates handled in pxGrid?
Are they sent out as STARTED or AUTHENTICATED, if at all?
I'm wondering because I've adapted the python part to send identities from pxGrid to CheckPoint firewalls, but we've had issues with accounting updates not being sent out via pxGrid and users lose their firewall rules after timing out on the firewall.
This would leave re-authentication as a possibility, but that might cause reliability issues with the client.
BR,
David
The text was updated successfully, but these errors were encountered:
Currently, ISE only sends events if there are changes to the attributes. In most cases, interim-updates will not trigger an event as the session attributes remain the same. However, it will send an event with state "DISCONNECTED" when the session is disconnected.
Hi,
I've been wondering, how are RADIUS Accounting interim-updates handled in pxGrid?
Are they sent out as STARTED or AUTHENTICATED, if at all?
I'm wondering because I've adapted the python part to send identities from pxGrid to CheckPoint firewalls, but we've had issues with accounting updates not being sent out via pxGrid and users lose their firewall rules after timing out on the firewall.
This would leave re-authentication as a possibility, but that might cause reliability issues with the client.
BR,
David
The text was updated successfully, but these errors were encountered: