From 59a030037bfb82cde35ffe8038ad07f2ad066d32 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Sat, 27 Jul 2024 16:53:40 -0400 Subject: [PATCH] add domain validation for microsoft (#309) Signed-off-by: Bob Callaway --- .../.well-known/microsoft-identity-association.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/.well-known/microsoft-identity-association.json diff --git a/content/.well-known/microsoft-identity-association.json b/content/.well-known/microsoft-identity-association.json new file mode 100644 index 0000000..65e857d --- /dev/null +++ b/content/.well-known/microsoft-identity-association.json @@ -0,0 +1,10 @@ +{ + "associatedApplications": [ + { + "applicationId": "70db2281-5fa9-4ebb-a4f9-09db59ef71ef" + }, + { + "applicationId": "7b7b4697-8fae-44f6-95ff-e9d5f9c1108a" + } + ] +}