Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hajekj/cloudflare-workers-aad

Sample demonstrating the use of Azure AD authentication, On-Behalf-Of flow with Cloudflare's workers running on the edge.
https://github.com/hajekj/cloudflare-workers-aad

aad api azure-ad cloudflare-workers on-behalf-of serverless

Last synced: 12 days ago
JSON representation

Sample demonstrating the use of Azure AD authentication, On-Behalf-Of flow with Cloudflare's workers running on the edge.

Awesome Lists containing this project

README

        

# 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](https://hajekj.net/2021/11/12/cloudflare-workers-and-azure-ad/).