From c79091bcee6eae1f1694f31140f8981e3b14b979 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Mon, 21 Apr 2025 00:27:19 +0200 Subject: [PATCH] Add Microsoft domain verification --- .../public/.well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/public/.well-known/microsoft-identity-association.json diff --git a/docs/public/.well-known/microsoft-identity-association.json b/docs/public/.well-known/microsoft-identity-association.json new file mode 100644 index 00000000..23d77a7a --- /dev/null +++ b/docs/public/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "d03ad486-753b-416c-8e33-62c64d1b525d" + } + ] +} \ No newline at end of file