From 6d8bfd0bd1a5c44becacbeba08ca4e1daeb31b17 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 9 Sep 2024 23:04:59 +0100 Subject: [PATCH] serve well know through public dir --- public/.well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/.well-known/microsoft-identity-association.json diff --git a/public/.well-known/microsoft-identity-association.json b/public/.well-known/microsoft-identity-association.json new file mode 100644 index 0000000..975f09e --- /dev/null +++ b/public/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "069e75ee-ba54-45ff-ba77-a06f29c0e21c" + } + ] +} \ No newline at end of file