Skip to content

Commit

Permalink
Remove admin property references from duo rule
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagoaguiar committed Oct 31, 2018
1 parent b95bec0 commit 67eb40a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/rules/duo-multifactor.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ function (user, context, callback) {
allowRememberBrowser: false,

// optional. Use some attribute of the profile as the username in DuoSecurity. This is also useful if you already have your users enrolled in Duo.
// username: user.nickname,

// optional. Admin credentials. If you provide an Admin SDK type of credentials. auth0 will update the realname and email in DuoSecurity.
// admin: {
// ikey: configuration.DUO_ADMIN_IKEY,
// skey: configuration.DUO_ADMIN_SKEY
// },
// username: user.nickname
};
// }
}
Expand Down

0 comments on commit 67eb40a

Please sign in to comment.