Hi,
I am pretty sure I am missing something and this is not a bug, so if possible I would tag it as question.
I have an azure function resource that hosts the DurableFunctionsMonitor in the standalone version. I am trying to configure app roles and have one group of users that can only "read" and for example me with the permissions to start/restart etc.
For this I have followed the Wiki for the configuration and arrived with this setup:

And I have assigned to me the role "Writer":

Then I added the app settings to my azure function resource:

However, when I do this, as soon as the app restarts and I open a new clean session, login and get to the "home" page I receive a 401 error. This does not happen when I only configure allowed users by their emails with the app settings DFM_ALLOWED_USER_NAMES. However only using DFM_ALLOWED_USER_NAMES wouldn't accomplish what I am trying to achieve since any user would have full access in the durable functions monitor.

One thing that I am failing at as well is retrieving the access token to have a look at it.
Any ideas on what am I doing wrong?
Thank you very much in advance.
Enrico
Hi,
I am pretty sure I am missing something and this is not a bug, so if possible I would tag it as question.
I have an azure function resource that hosts the DurableFunctionsMonitor in the standalone version. I am trying to configure app roles and have one group of users that can only "read" and for example me with the permissions to start/restart etc.
For this I have followed the Wiki for the configuration and arrived with this setup:

And I have assigned to me the role "Writer":

Then I added the app settings to my azure function resource:

However, when I do this, as soon as the app restarts and I open a new clean session, login and get to the "home" page I receive a 401 error. This does not happen when I only configure allowed users by their emails with the app settings DFM_ALLOWED_USER_NAMES. However only using DFM_ALLOWED_USER_NAMES wouldn't accomplish what I am trying to achieve since any user would have full access in the durable functions monitor.

One thing that I am failing at as well is retrieving the access token to have a look at it.
Any ideas on what am I doing wrong?
Thank you very much in advance.
Enrico