You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Source changes

POM

In the root pom.xml:

  • change parent/version from 3.0.5 to 3.0.6
  • change properties/syncope.version from 3.0.5 to 3.0.6

Files

Replace the following files with their 3.0.6 counterparts:

Internal Storage

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

UPDATE OIDCRPClientApp SET tokenEndpointAuthenticationMethod='client_secret_basic';
  • No labels