Hello,
tried to pass a config parameter to xo-server-auth-saml / passport-saml in xen orchestra, but it doesn't work.
Is this even possible? If it is, then how is it done correctly?
What I tried in /etc/xo-server/config.toml:
# Configuration for plugins
[plugins]
# Each configuration is passed to the dedicated plugin instance
#
# Syntax: [plugins.<pluginName>]
[plugins.auth-saml]
acceptedClockSkewMs = 60000
[plugins.xo-server-auth-saml]
acceptedClockSkewMs = 60000
[plugins.xo-server-auth-saml]
ctorOptions.acceptedClockSkewMs = 60000
[plugins.auth-saml]
ctorOptions.acceptedClockSkewMs = 60000
[plugins.passport-saml]
ctorOptions.acceptedClockSkewMs = 60000