From 562a140029b6fbf4ea2c38e48b420335c13afc34 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 10 Oct 2025 11:46:21 -0400 Subject: [PATCH] chore(website): verify firezone.dev for azure (#10544) This verifies the firezone.dev domain for use in our prod Azure tenant. --- .../public/.well-known/microsoft-identity-association.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 website/public/.well-known/microsoft-identity-association.json diff --git a/website/public/.well-known/microsoft-identity-association.json b/website/public/.well-known/microsoft-identity-association.json new file mode 100644 index 000000000..f066b73b3 --- /dev/null +++ b/website/public/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "d0b74799-63b8-4c10-8255-1c03c48a3029" + } + ] +}