fix: handle multi social auth strategies
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = {
|
||||
keyString = keyString.substring(44);
|
||||
}
|
||||
}
|
||||
passport.use('azure',
|
||||
passport.use(conf.key,
|
||||
new OIDCStrategy({
|
||||
identityMetadata: conf.entryPoint,
|
||||
clientID: conf.clientId,
|
||||
|
Reference in New Issue
Block a user