From 7aac30fd2904913f72c27786f08b0a5273165dab Mon Sep 17 00:00:00 2001 From: ChrisS1512 <87066931+ChrisS1512@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:12:45 +0100 Subject: [PATCH] PUB-2535 - Updated validate JWT part 2 (#457) * PUB-2535 - Updated validate JWT * PUB-2535 - Updated to only use Authorization header * PUB-2535 - Updated validate JWT (#459) * PUB-2535 - Updated validate JWT (#471) --- .../operation-policies/sendOtpEmail.xml | 48 ++++++------------- 1 file changed, 14 insertions(+), 34 deletions(-) diff --git a/infrastructure/resources/operation-policies/sendOtpEmail.xml b/infrastructure/resources/operation-policies/sendOtpEmail.xml index 1e341fef..70d77e4a 100644 --- a/infrastructure/resources/operation-policies/sendOtpEmail.xml +++ b/infrastructure/resources/operation-policies/sendOtpEmail.xml @@ -1,39 +1,19 @@ - - - - - - {CLIENT_ID} - - - https://login.microsoftonline.com/{TENANT_ID}/v2.0 - - - - api.request.b2c - - - - - - - - - {CLIENT_ID} - - - https://login.microsoftonline.com/{TENANT_ID}/v2.0 - - - - api.request.b2c - - - - - + + + + {CLIENT_ID} + + + https://login.microsoftonline.com/{TENANT_ID}/v2.0 + + + + api.request.b2c + + + *