JWT Authentication. #3456
Answered
by
achamayou
M. Lammers (martijnlammers)
asked this question in
Q&A
|
Two quick questions; |
Answered by
achamayou
Jan 26, 2022
Replies: 1 comment 6 replies
|
Validation happens in-enclave, and the JWT issuers and associated collateral is stored in KV/ledger and refreshed periodically. This is covered in more detail under https://microsoft.github.io/CCF/main/build_apps/auth/jwt.html |
6 replies
Answer selected by
martijnlammers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Validation happens in-enclave, and the JWT issuers and associated collateral is stored in KV/ledger and refreshed periodically. This is covered in more detail under https://microsoft.github.io/CCF/main/build_apps/auth/jwt.html
We do support RSA, but I don't know for sure if we support anything else, I'll double check.