From 38af56203551ac2e9107a9459b36fb4093271d78 Mon Sep 17 00:00:00 2001 From: Jason Rauen Date: Wed, 19 Jun 2024 10:11:15 -0400 Subject: [PATCH] Create microsoft-identity-association.json --- docs/.well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/.well-known/microsoft-identity-association.json diff --git a/docs/.well-known/microsoft-identity-association.json b/docs/.well-known/microsoft-identity-association.json new file mode 100644 index 0000000..d9ff124 --- /dev/null +++ b/docs/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "b0f8d4e7-a119-4289-8e08-ab7df039e48a" + } + ] +}