I have a Blazor WASM Hosted Solution that I am hosting on AZURE. I have the site running on SSL and have 3 Certs. One for HTTPS://siteName.com one for HTTPS://www.sitename.com and one for the IdentityServerSigning as recommended by Microsofts documentation.
I can log into the application without any issues, however, i am getting 401 Unauthorized with the Error of Invalid_Token - The issuer https://www.siteName.com is invalid when making API calls to restricted endpoints
Now if i navigate to the Azure domain name https://siteName.azurewebsites.net i do NOT get the 401 Unauthorized.
Can someone point me in the right direction of fixing this to where ANY of the 3, www.sitename.com, sitename.com and sitename.azurewebsite.net can all access without a 401 unauthorized?