From e386223ebabdc3d83dfba1f1db16cc1c605735e4 Mon Sep 17 00:00:00 2001 From: Smile Wood Date: Thu, 19 Dec 2024 21:42:43 +0800 Subject: [PATCH] Create microsoft-identity-association.json --- .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..0301f8e --- /dev/null +++ b/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "84806f65-8a4d-4b2c-a3d2-801081dfc2cd" + } + ] +}