A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/microsoft/DurableFunctionsMonitor/wiki/How-to-configure-authentication below:

How to configure authentication · microsoft/DurableFunctionsMonitor Wiki · GitHub

DfMon (in Standalone and Injected mode) uses AAD to authenticate users and supports both server-directed and client-directed login flows.

Server-directed (cookie-based) flow is the easiest to configure, but relies on Easy Auth module and therefore only works in Azure. Client-directed (token-based) flow works everywhere, but is generally slower and more error-prone.

Configuring DfMon for server-directed login flow
  1. Go to Azure Portal->Azure Active Directory->App Registrations and press New registration:

  2. Give your app registration a name and put https://<my-dfm-function-app-name>.azurewebsites.net/.auth/login/aad/callback as the Redirect URI:

  3. Go to Authentication tab and make sure ID tokens are enabled:

  4. Deploy DfMon with

    button and set Aad App Client Id setting to this newly created app registration's Client Id:

  5. Restrict the list of allowed users by configuring either DFM_ALLOWED_USER_NAMES or DFM_ALLOWED_APP_ROLES config settings. See more details on these settings in Config Settings Reference.

Configuring DfMon for client-directed login flow
  1. Go to Azure Portal->Azure Active Directory->App Registrations and press New registration:

  2. Give your app registration a name and put https://<my-dfm-endpoint-url> as the Redirect URI:

  3. Go to Authentication tab and make sure ID tokens are enabled:

  4. Deploy DfMon with whatever method you prefer and set the following config settings:

  5. Restrict the list of allowed users by configuring either DFM_ALLOWED_USER_NAMES or DFM_ALLOWED_APP_ROLES config settings. See more details on these settings in Config Settings Reference.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4