Versions Compared

Key

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

Upgrading from Official Releases

Starting with V3.0 of this plugin/extension, upgrades will be managed via the PluginInstallation process and every attempt willl be made to maintain compatibility to the greatest extent possible.

Upgrading from Pre-Official Versions

There are unfortunately many necessary differences between the pre-V3.0 extension and this "official" version. We have tried to minimize this, but also have taken advantage of these changes to automate and simplify as much as possible for future deployers. Obviously this process should always be performed on a non-production system, and never directly in production first.

...

As we identify specific "gotcha" issues or subtle differences, we will address them here.

No Longer Needed

These files are no longer supplied or assumed, and if you have unrelated definitions or settings in them, you will probably need to move them:

...

The oidc-subject.properties and idp-oidc.properties files were merged into a single, new oidc.properties file. This change will typically require altering the idp.additionalProperties property that may reference the old files. (Furthermore, IdP V4.1+ supports auto-locating and loading additional properties, provided the new idp.searchForProperties setting is set to true, so this is usually the simplest way to proceed now.)

Other Changes

The default template/example that was created in static/.well-known/openid-configuration file was moved to static/openid-configuration (eliminating the extra hidden directory since this isn't automatically exposed to web clients without specific/local steps anyway).

...