Versions Compared

Key

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

...

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

Furthermore, if you are using an Azure AD module replace into AuthModule table the jsonConf class value org.apache.syncope.common.lib.auth.AzureAuthModuleConf with org.apache.syncope.common.lib.auth.AzureOIDCAuthModuleConf.