[PR #1288] [MERGED] Update AzureADAuthenticationMatcher to support V2 Azure AAD tokens #1316

Closed
opened 2025-12-29 09:19:17 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1288
Author: @StefH
Created: 4/30/2025
Status: Merged
Merged: 5/6/2025
Merged by: @StefH

Base: masterHead: 1286-aad-v2


📝 Commits (10+)

📊 Changes

6 files changed (+227 additions, -20 deletions)

View changed files

📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+4 -4)
📝 src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs (+37 -8)
📝 src/WireMock.Net/Owin/WireMockMiddleware.cs (+15 -7)
📝 src/WireMock.Net/Server/WireMockServer.cs (+5 -1)
test/WireMock.Net.Tests/Authentication/AzureADAuthenticationMatcherTests.cs (+148 -0)
test/WireMock.Net.Tests/Authentication/MockJwtSecurityTokenHandler.cs (+18 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/1288 **Author:** [@StefH](https://github.com/StefH) **Created:** 4/30/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `1286-aad-v2` --- ### 📝 Commits (10+) - [`779b23c`](https://github.com/wiremock/WireMock.Net/commit/779b23c1bd8e54deb175c3c60ba4a428ae4490ba) Update AzureADAuthenticationMatcher to support V2 Azure AAD tokens - [`efe9aa3`](https://github.com/wiremock/WireMock.Net/commit/efe9aa34ad5f70ac42f3ed4d634cb9f49ee6d679) fix ;-) - [`161e80a`](https://github.com/wiremock/WireMock.Net/commit/161e80a58738136138463803517d815da08561e2) add tests - [`35f530d`](https://github.com/wiremock/WireMock.Net/commit/35f530d7a1fb38ca417e001f690a9393c73f09c7) Update test/WireMock.Net.Tests/Authentication/MockJwtSecurityTokenHandler.cs - [`43a5d7e`](https://github.com/wiremock/WireMock.Net/commit/43a5d7e9547510661242b95546d5f55716aebc8e) . - [`2ec8e4d`](https://github.com/wiremock/WireMock.Net/commit/2ec8e4dd6595112a9f6d026e8948f69ec2f0ba29) Merge branch 'master' into 1286-aad-v2 - [`4ac30e4`](https://github.com/wiremock/WireMock.Net/commit/4ac30e49381adf2da4116096c62b19a56e0a336e) WIREMOCK_AAD_TENANT - [`25f9ea9`](https://github.com/wiremock/WireMock.Net/commit/25f9ea9227f78d4adbb424dea56b878a9341f357) Merge branch 'master' into 1286-aad-v2 - [`db5e4ac`](https://github.com/wiremock/WireMock.Net/commit/db5e4ac42a699ade44c7fe31580e05353e0c3466) update logging - [`c0ae11f`](https://github.com/wiremock/WireMock.Net/commit/c0ae11fe4a6b28d7a4836fb2e1022d50a215e325) Merge branch '1286-aad-v2' of https://github.com/WireMock-Net/WireMock.Net into 1286-aad-v2 ### 📊 Changes **6 files changed** (+227 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+4 -4) 📝 `src/WireMock.Net/Authentication/AzureADAuthenticationMatcher.cs` (+37 -8) 📝 `src/WireMock.Net/Owin/WireMockMiddleware.cs` (+15 -7) 📝 `src/WireMock.Net/Server/WireMockServer.cs` (+5 -1) ➕ `test/WireMock.Net.Tests/Authentication/AzureADAuthenticationMatcherTests.cs` (+148 -0) ➕ `test/WireMock.Net.Tests/Authentication/MockJwtSecurityTokenHandler.cs` (+18 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 09:19:17 +01:00
adam closed this issue 2025-12-29 09:19:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1316