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

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

Moreover, update the JSON values of the column scopes from the table OIDCRPClientApp to contain only lowercase strings:

Code Block
languagesql
UPDATE OIDCRPClientApp SET scopes=LOWER(scopes);