From 079d3c30f0c7e3860d0961ded2a9fd623590bb3b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 19 Oct 2020 22:23:10 +0200 Subject: [PATCH] Link account with MS account. --- source/.well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source/.well-known/microsoft-identity-association.json diff --git a/source/.well-known/microsoft-identity-association.json b/source/.well-known/microsoft-identity-association.json new file mode 100644 index 00000000000..deff752e413 --- /dev/null +++ b/source/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "1fe091a7-b8e9-49a6-b639-b2d65970a310" + } + ] +}