Skip to content

JWT authentication Usage #3790

Answered by achamayou
prakashngit asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @prakashngit,

  1. Sounds like something you could try, but not something we have seen done before. The flow that's typically been used is that a JWT is passed in (in a header) by the client, and validated against one of the JWT keys polled at an interval by auto-refresh (https://microsoft.github.io/CCF/main/build_apps/auth/jwt.html).
  2. There isn't a plan for that right now, and it probably would require something more than just making an ocall, because that would block request handling on the thread.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@prakashngit
Comment options

Answer selected by prakashngit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants