Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
DELETE FROM AccessToken;

Remove also all templates assigned to Realms and/or Pull tasks

Code Block
languagesql
DELETE FROM ANYTEMPLATEPULLTASK;DELETE FROM ANYTEMPLATEREALM;

Note: if you want tamplates back you should re-create them once the procedure has finished successfully.

Workflow

Note

The procedure outlined here is only required if Syncope 2.0 was configured to use the Activiti user workflow adapter.

...