Skip to content

Authentication differences between isolated and in-process? #291

Description

Hello!

I have an injected mode FunctionApp hosting DfMon. Currently it's using in-process mode (DurableFunctionsMonitor.DotNetBackend v6.7.1) and I have gotten server-directed login flow working, in accordance with the documentation.

Then, I tried switching to DfMon Isolated (DurableFunctionsMonitor.DotNetIsolated v6.7.3), but then the authentication breaks (401). Are there any differences in authentication configuration between in-process and isolated? How about the redirect URL? Should it still be this for isolated:
https://<my-dfm-function-app-name>.azurewebsites.net/.auth/login/aad/callback

Any help with troubleshooting appreciated!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions