auth URL & provider were in the wrong order

This commit is contained in:
Grant Limberg 2023-01-12 14:09:44 -08:00
commit b1ac101749
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -308,8 +308,8 @@ public:
_idc = zeroidc::zeroidc_new(
_config.issuerURL,
_config.ssoClientID,
_config.ssoProvider,
_config.centralAuthURL,
_config.ssoProvider,
_webPort
);