From 4c88d6b27c9b82ad5b2482bda140025d7068293f Mon Sep 17 00:00:00 2001 From: Firstyear Date: Sat, 2 Mar 2024 11:12:58 +1000 Subject: [PATCH] return consent map to service account (#2604) --- server/lib/src/constants/schema.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/server/lib/src/constants/schema.rs b/server/lib/src/constants/schema.rs index 35535e0ab..f9f1452b3 100644 --- a/server/lib/src/constants/schema.rs +++ b/server/lib/src/constants/schema.rs @@ -806,6 +806,7 @@ pub static ref SCHEMA_CLASS_SERVICE_ACCOUNT_DL5: SchemaClass = SchemaClass { Attribute::SshPublicKey.into(), Attribute::UserAuthTokenSession.into(), Attribute::OAuth2Session.into(), + Attribute::OAuth2ConsentScopeMap.into(), Attribute::Description.into(), Attribute::Mail.into(),