From c29b083c013ca963abe48bc6de11ce3d3e33631f Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 3 Mar 2026 09:39:47 +0000 Subject: [PATCH] feat: sr2 cloud domain verification for ms --- static/.well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/.well-known/microsoft-identity-association.json diff --git a/static/.well-known/microsoft-identity-association.json b/static/.well-known/microsoft-identity-association.json new file mode 100644 index 0000000..08f69bc --- /dev/null +++ b/static/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "d9e4ad3b-7396-478f-a1e7-3b863eda879d" + } + ] +} \ No newline at end of file