microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication issues

mmajcica opened this issue · comments

I followed the documentation to the letter and used your template do deploy the dfm in my rg.

I am facing an issue with authentication and can't understand what is happening.

image

Following is what I do see, I'm not sure if this is a 401 for what concerns my user auth or something else.

I have created the app registration as suggested and made sure the right client id is passed to the template.

This is what I do get to see in detail
image

Any ideas on what can be wrongly setup?

Thanks

Hi @mmajcica, what is happening is that the given user is not allowed to access your DfMon endpoint. DfMon's Function App's logs should give more details.

Can you check them?

Also can you confirm that the user visible on your screenshot is the correct user (is a part of your AAD tenant) and that it is either added to DFM_ALLOWED_USER_NAMES setting or that setting is left empty ?

It is working as expected. Seems there were some delays in applying settings in Azure. However, thank you for your time.