chalice
chalice copied to clipboard
Authorization using Azure AD OIDC
Hi, I am building server less backend using chalice. I have Azure AD OIDC SSO implemented. in front end I am using MSAL for authenticating react application and I want to authenticate backend using Microsoft Azure AD OIDC. How can I configure authorization in chalice for this use case. I will receive access token from front end.