AzureAD change default role

Hello!
I’ve set up OAuth AzureAD and it works, but new users who came with Azure auth has Viewer permissions.
I’ve changed config to

[auth.azuread]
allow_sign_up = true
allowed_domains = 
auth_url = 
auto_assign_org_role = Editor
client_id = 
client_secret = 
enabled = true
name = Azure AD
scopes = openid email profile
token_url =

And it looks like auto_assign_org_role didn’t working.
How can i set the default role for Azure users to Editor? Right now i don’t want t upgrade my AzureAD to use groups and for me enough, if every my users will editor permissions.

1 Like