Coder Social home page Coder Social logo

Comments (2)

kuromukira avatar kuromukira commented on August 18, 2024

Hi @sdg002 ,

I think you need something in between to make the interaction easier. Here's what I think:
I'll assume Func2 is calling an internal service/repo/factory/etc to execute it's logic. Func1 and Func2 are both http triggers.

  • The Function App where Func2 belongs in should also have another Func that exposes the same service/repo/factory method but uses Function Keys as authentication. Let's call this Func2a
  • Func1, when needed to, can call Func2a and use Function Keys

or

  • Or you can just call Func2 from Func1 like a normal http request via orchestration (durable functions). But you need to pass the token you receive from Func1 down to Func2

🍻

from azure-functions-jwt-validation-extension.

sdg002 avatar sdg002 commented on August 18, 2024

Thank you

from azure-functions-jwt-validation-extension.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.