-
Notifications
You must be signed in to change notification settings - Fork 38
How to configure authentication
Konstantin Lepeshenkov edited this page Nov 29, 2021
·
10 revisions
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.
xxxxxxxxxxx
xxxxxxxxxxx