From 5cc8349ef73fa347bebf8945873924d969cd1226 Mon Sep 17 00:00:00 2001 From: travolin Date: Wed, 14 Feb 2024 10:18:05 -0800 Subject: [PATCH] Add Microsoft well known identity --- 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..c7ba382 --- /dev/null +++ b/static/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "cb1e70a2-b24f-4926-8ecf-86457701f75e" + } + ] +} \ No newline at end of file