Versions Compared

Key

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

...

Please note that the new format allows to define multiple Elasticsearch nodes from the same cluster.

Internal Storage

Note

The steps below need to be performed after a first start of Syncope 3.0.5 which will take care of creating the new columns.


Code Block
languagesql
UPDATE OIDCRPClientApp SET logoutType='BACK_CHANNEL';
UPDATE SAML2SPClientApp SET logoutType='BACK_CHANNEL';
UPDATE CASSPClientApp SET logoutType='BACK_CHANNEL';

...