after setting up the azure app with the correct permissions, after the first run of oauth2ms I log in and grant permissions in the browser, then I get the following error after I see a blank page with "Authorization complete.".
Traceback (most recent call last):
File "/home/japhir/bin/oauth2ms", line 226, in <module>
app_state, token = build_new_app_state(crypt)
File "/home/japhir/bin/oauth2ms", line 143, in build_new_app_state
token = result["access_token"]
KeyError: 'access_token'
here's an overview of my permissions config:

what am I doing wrong?
after setting up the azure app with the correct permissions, after the first run of
oauth2msI log in and grant permissions in the browser, then I get the following error after I see a blank page with "Authorization complete.".here's an overview of my permissions config:

what am I doing wrong?