From 10b53748d156cf2fc5af1a2cc777f48ce023738e Mon Sep 17 00:00:00 2001 From: Mohit Raj Date: Sat, 26 Oct 2024 16:22:29 +0530 Subject: [PATCH] feat: verify domain for azure app publishing --- .well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .well-known/microsoft-identity-association.json diff --git a/.well-known/microsoft-identity-association.json b/.well-known/microsoft-identity-association.json new file mode 100644 index 0000000..ebb7492 --- /dev/null +++ b/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "cce0756c-065e-443b-ba4d-5059338c0487" + } + ] +} \ No newline at end of file