I’m trying to update the flag that allows for the application description be used during consent
use_scope_descriptions_for_consent
I gave my application read:tenant_settings and update:tenant_settings scope, but when I try to execute after getting a token I get an error saying insufficient scope, expected any of: read:tenants.
I’m not seeing just a “read:tenants” scope. The only ones I am seeing are the settings scopes I listed above. Am I missing something?