Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Provide documentation on authentication #101

Answered by scale-tone
tomkerkhove asked this question in Q&A
Discussion options

You must be logged in to vote

Info on how to protect your standalone DfMon endpoint is documented here. See the section on how to deploy it as a separate Function App instance. Additionally please see this Config Setting Reference.

Programmatic config options that are available to your code in 'injected' mode are described here. These options mostly map the app config settings, so normally you go either one way or another.

In short, in 'injected' mode DfMon endpoint inherits authentication settings of your app, whatever those settings are. You can then adjust DfMon's authZ behavior with DfMon-specific settings like DFM_ALLOWED_USER_NAMES, but there's no way for you to override main application's authN settings.

Does i…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tomkerkhove
Comment options

@scale-tone
Comment options

Answer selected by tomkerkhove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #94 on June 14, 2021 14:32.