Skip to content

Seeing "Anonymous" in top right corner even after setting easy auth and settings.DisableAuthentication = false; #246

Open
@ParagKale-SSE

Description

@ParagKale-SSE

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Priority 1

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions