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