feat: add ACR Value option to OIDC Module (#6553)
--------- Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = {
|
||||
userInfoURL: conf.userInfoURL,
|
||||
callbackURL: conf.callbackURL,
|
||||
passReqToCallback: true,
|
||||
skipUserProfile: conf.skipUserProfile
|
||||
skipUserProfile: conf.skipUserProfile,
|
||||
acrValues: conf.acrValues
|
||||
}, async (req, iss, uiProfile, idProfile, context, idToken, accessToken, refreshToken, params, cb) => {
|
||||
const profile = Object.assign({}, idProfile, uiProfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user