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: 8 months ago
JSON representation
Sample demonstrating the use of Azure AD authentication, On-Behalf-Of flow with Cloudflare's workers running on the edge.
- Host: GitHub
- URL: https://github.com/hajekj/cloudflare-workers-aad
- Owner: hajekj
- License: mit
- Created: 2021-11-05T16:24:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T07:50:09.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T06:43:05.488Z (about 1 year ago)
- Topics: aad, api, azure-ad, cloudflare-workers, on-behalf-of, serverless
- Language: TypeScript
- Homepage: https://hajekj.net/2021/11/12/cloudflare-workers-and-azure-ad/
- Size: 75.2 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).