mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 13:00:33 +01:00
[PR #1288] [MERGED] Update AzureADAuthenticationMatcher to support V2 Azure AAD tokens #1316
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:1286-aad-v2📝 Commits (10+)
779b23cUpdate AzureADAuthenticationMatcher to support V2 Azure AAD tokensefe9aa3fix ;-)161e80aadd tests35f530dUpdate test/WireMock.Net.Tests/Authentication/MockJwtSecurityTokenHandler.cs43a5d7e.2ec8e4dMerge branch 'master' into 1286-aad-v24ac30e4WIREMOCK_AAD_TENANT25f9ea9Merge branch 'master' into 1286-aad-v2db5e4acupdate loggingc0ae11fMerge branch '1286-aad-v2' of https://github.com/WireMock-Net/WireMock.Net into 1286-aad-v2📊 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.