Commit 4bffbfec authored by yilkal's avatar yilkal Committed by Commit Bot

Provide the appropriate scope for consent logging

This cl provides the appropriate scope for consent
logging.

Bug: 1131174
Change-Id: I5f6c617cffbb007c588ac816fee208d5557a1c88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510743Reviewed-by: default avatarDan S <danan@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Yilkal Abe <yilkal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#822859}
parent a856e876
......@@ -136,6 +136,7 @@ EduCoexistenceLoginHandler::EduCoexistenceLoginHandler(
scopes.insert(GaiaConstants::kAccountsReauthOAuth2Scope);
scopes.insert(GaiaConstants::kAuditRecordingOAuth2Scope);
scopes.insert(GaiaConstants::kClearCutOAuth2Scope);
scopes.insert(GaiaConstants::kKidManagementPrivilegedOAuth2Scope);
// Start fetching oauth access token.
access_token_fetcher_ =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment