You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some scenarios we would like to create initialize workflows by allowing users to reach HTTP triggers. We need users to authenticate before reaching these endpoints and ensure they meet the authorization requirements.
By enabling remote authentication the functions app can orchestrate the interaction between user and IdP to obtain the credentials.
Add authentication middleware to support the interactions there are possible with ASP.NET Core
Dynamically add the functions endpoints required by RemoteAuthenticationHandler in the isolated process
In some scenarios we would like to create initialize workflows by allowing users to reach HTTP triggers. We need users to authenticate before reaching these endpoints and ensure they meet the authorization requirements.
By enabling remote authentication the functions app can orchestrate the interaction between user and IdP to obtain the credentials.
RemoteAuthenticationHandler
in the isolated processThanks to @nearlyheadlessarvie for raising the question on #46
The text was updated successfully, but these errors were encountered: