mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
OAuth/OpenID logout with Keycloak - Forum 57492
This commit is contained in:
parent
b7bae18849
commit
5a9d858604
@ -185,7 +185,7 @@ function genericStrategy(adminApp,strategy) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
options.verify.apply(null,args);
|
options.verify.apply(this,args);
|
||||||
} else {
|
} else {
|
||||||
var profile = arguments[arguments.length - 2];
|
var profile = arguments[arguments.length - 2];
|
||||||
return completeVerify(profile,originalDone);
|
return completeVerify(profile,originalDone);
|
||||||
|
Loading…
Reference in New Issue
Block a user