c# - Is SSL certificate is need for implementing Azure authentication/Authorization to the Asp.net MVC? -


i have developed asp.net mvc web app work or school account authentication mode. created code base moved azure app service , same code working fine in local not in azure app service. suspect problem due not adding ssl certification website.

thanks in advance..!!

ssl certificate may needed oauth providers, it provided azure automatically (unless host app on custom domain). problem must different.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -