diff --git a/apps/landing/.well-known/microsoft-identity-association.json b/apps/landing/.well-known/microsoft-identity-association.json new file mode 100644 index 000000000..bff9ca94a --- /dev/null +++ b/apps/landing/.well-known/microsoft-identity-association.json @@ -0,0 +1,7 @@ +{ + "associatedApplications": [ + { + "applicationId": "8a0e84e2-4719-4a04-ab6d-30a95a6371d7" + } + ] +} diff --git a/apps/web/public/.well-known/microsoft-identity-association.json b/apps/web/public/.well-known/microsoft-identity-association.json deleted file mode 100644 index af7bd5eb1..000000000 --- a/apps/web/public/.well-known/microsoft-identity-association.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "associatedApplications": [ - { - "applicationId": "98af69f0-8d6c-49fe-9e1d-236e7944d004" - } - ] -}