Add exposed ldap tests
This commit is contained in:
@@ -332,6 +332,7 @@ async function verifyAppPassword(userId, password, identifier) {
|
||||
throw new BoxError(BoxError.INVALID_CREDENTIALS);
|
||||
}
|
||||
|
||||
// identifier is only used to check if password is valid for a specific app
|
||||
async function verify(userId, password, identifier) {
|
||||
assert.strictEqual(typeof userId, 'string');
|
||||
assert.strictEqual(typeof password, 'string');
|
||||
|
||||
Reference in New Issue
Block a user