This commit is contained in:
Grant Limberg
2021-12-01 10:44:29 -08:00
parent 73c186b111
commit 7cce23ae79
6 changed files with 35 additions and 38 deletions

View File

@@ -275,6 +275,11 @@ public:
_webPort
);
if (_idc == nullptr) {
fprintf(stderr, "idc is null\n");
return;
}
fprintf(stderr, "idc created (%s, %s, %s)\n", _config.issuerURL, _config.ssoClientID, _config.centralAuthURL);
}