From c29b083c013ca963abe48bc6de11ce3d3e33631f Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 3 Mar 2026 09:39:47 +0000 Subject: [PATCH 1/2] 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 From 83a214881c5a32ca9b52a3ea231e294b05df1de3 Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 3 Mar 2026 12:44:30 +0000 Subject: [PATCH 2/2] feat: update sr2 cloud verification --- static/.well-known/microsoft-identity-association.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/.well-known/microsoft-identity-association.json b/static/.well-known/microsoft-identity-association.json index 08f69bc..4ba663e 100644 --- a/static/.well-known/microsoft-identity-association.json +++ b/static/.well-known/microsoft-identity-association.json @@ -1,7 +1,7 @@ { "associatedApplications": [ { - "applicationId": "d9e4ad3b-7396-478f-a1e7-3b863eda879d" + "applicationId": "1eb4853c-f999-4763-85b5-8d9bd0035bc0" } ] } \ No newline at end of file