GSuite - Reset Cookies

Hi

I would like to be suggest an automation to reset a GSuite sign in cookies, this will make sure a user has to re-authenticate.

This is a setting withing the google admin > users

Is this at all possible

1 Like

I’ve looked into doing this with a script against the API. Unless something has changed, the best way is to toggle changePasswordAtNextLogin to True and back to False (which seems a little less than graceful). So it’s entirely possible with Python or PowerShell if you’re comfortable with that.

1 Like

This looks like an update we could potentially make to our Google Directory plugin to add an action for signout/clearing cookies. I’ll create an idea so our team can look into it.

With regards to the automation itself, do you have any particular actions or other steps in the workflow you’re looking to accomplish?