From 886063f2caebaeeaded253c678e87fe0c695f3fa Mon Sep 17 00:00:00 2001 From: anonymousratwastaken Date: Fri, 24 Apr 2026 16:50:55 +0100 Subject: [PATCH] Add Microsoft identity association file --- src/app/.well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/app/.well-known/microsoft-identity-association.json diff --git a/src/app/.well-known/microsoft-identity-association.json b/src/app/.well-known/microsoft-identity-association.json new file mode 100644 index 0000000..b0ded3e --- /dev/null +++ b/src/app/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "d78f9b18-eb9e-49e6-a39a-40a150ebf0cb" + } + ] +}