Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 355 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 355 Bytes

Cloudflare Workers with Azure AD authentication

This sample demonstrates the use of Cloudflare Worker for validating a JWT token issues by Azure AD, exchanging it for another one via On-Behalf-Of flow and calling Microsoft Graph with it.

End-to-end description can be found on my blog.