Microsoft Security | Microsoft Entra | Other
Additional Microsoft Entra services and features related to identity, access, and network security
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was able to create the json file, put it into my website, but can't get the url to reflect exactly how entra tells me to do it:
.well-known/microsoft-identity-association.json
It will only allow that address without the periods... Is there another way to get my domain verified?
Thanks.
Additional Microsoft Entra services and features related to identity, access, and network security
Yeah, that can be tricky. Most web servers treat folders starting with a dot (like .well-known) as hidden or restricted. To fix it:
Hope that helps!