Update Tenant Settings

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?

Nevermind! The management endpoint to update this isn’t /tenants…it’s /tenants/settings…I guess reading the whole line helps :slight_smile:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.