Open
Description
Hi @scale-tone
I am blocked at this issue , hence asking what I am missing
I have enabled easy auth and injected durable function monitor in my function app as below
builder.UseDurableFunctionsMonitor((settings, extensionPoints) => { settings.Mode = DfmMode.ReadOnly; settings.DisableAuthentication = false; });
I am able to see the sign in screen and let the user provide credentials. What I am seeing is after sign in , the "Anonymous" label is still showing in top right corner .
I have set DFM_ALLOWED_USER_NAMES to my own email id ( which is part of the tenant )
I am not sure what I am missing