Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for remote authentication flows #47

Open
artmasa opened this issue Apr 18, 2024 · 0 comments
Open

Add support for remote authentication flows #47

artmasa opened this issue Apr 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@artmasa
Copy link
Contributor

artmasa commented Apr 18, 2024

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

Thanks to @nearlyheadlessarvie for raising the question on #46

@artmasa artmasa added the enhancement New feature or request label Apr 18, 2024
@artmasa artmasa self-assigned this Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant