Modify scopes within an action

Hi @securitan, @serge92, @gurpreetsingh840, @neil.mccoy, @trepied-clients, @jamiestumme,

You can now modify the scopes in a Post-Login action script using the following functions:

  • api.accessToken.addScope(scope)
  • api.accessToken.removeScope(scope)

Please check out our Actions Triggers: post-login - API Object documentation as a reference.

Thanks,
Rueben

1 Like