mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 22:33:58 -07:00
auth URL & provider were in the wrong order
This commit is contained in:
parent
6985ab7aa0
commit
b1ac101749
1 changed files with 1 additions and 1 deletions
|
@ -308,8 +308,8 @@ public:
|
|||
_idc = zeroidc::zeroidc_new(
|
||||
_config.issuerURL,
|
||||
_config.ssoClientID,
|
||||
_config.ssoProvider,
|
||||
_config.centralAuthURL,
|
||||
_config.ssoProvider,
|
||||
_webPort
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue