OAuth/OpenID logout with Keycloak - Forum 57492

This commit is contained in:
Mario Wolff 2022-01-31 08:03:34 +01:00
parent b7bae18849
commit 5a9d858604

View File

@ -185,7 +185,7 @@ function genericStrategy(adminApp,strategy) {
}
};
options.verify.apply(null,args);
options.verify.apply(this,args);
} else {
var profile = arguments[arguments.length - 2];
return completeVerify(profile,originalDone);