We are currently manually merging code from ABP non commercial version blazor webassembly solution to ABP commercial version blazor server side solution and facing an configuration issue setting up AuthServer and API as "https://" secure sites in Azure WebApp Service.
The Authserver server was deployed in Azure WebApp service and configured wth certificates as described in below link https://brianmeeker.me/2022/08/29/setting-up-abp-with-openiddict-on-azure-app-services/
The Authserver and API site are not loading in browser with "https://" secure urls
ABP Framework version: v7.2.2 UI type: Blazor Server Side DB provider: EF Core Tiered (MVC): yes Exception message: The Authserver and API sites are not loading in browser with "https://" secure urls
3 Answer(s)
-
0
I have attached screenshot of Azure AuthServer webapp configuration as Https only and certificates. The Authserver and API sites are not loading in browser with "https://" secure URLs
hi
I can't see your screenshot.
-
0
hi
The Authserver and API site are not loading in browser with "https://" secure URLs
Can you explain this? I do not understand very well. If there are error logs, please share them. Thanks
-
0
Auth server and API site urls are secured and working fine now. I think https only configuration setting took some time to get applied.