plugin.saml-user-mapper.version
Background
The server plugin which will provide the SAML user mapping capability must be versioned and by default it is assumed to be version 1.0.0.
Versions must follow the semver format, in general that looks like:
major.minor.patch
or if you want extra information
major.minor.patch-RELEASE
Setting the key
Set this configuration key in the server configuration.
Use the configuration key editor to add or edit the plugin.saml-user-mapper.version key, and set the value. This can be set to any valid com.funnelback.plugin.PluginVersion value.
Examples
Use version 27 of the dxp-user-mapper plugin.
plugin.saml-user-mapper=dxp-user-mapper plugin.saml-user-mapper.version=27