Azure web app gateway authentication -


i have web app in azure in resource group gateway in new app service. how can use gateway manage authentication web app?

there plenty of articles on protecting api app gateway, none have found web apps (previously known azure websites)

in case, need mechanism validating tokens app service gateway. api apps tokens validated gateway itself, other sites (web apps & mobile apps) receive no such help.

for mobile apps (a variant of web apps), token validation logic provided mobile apps server sdk, admittedly bit given scenario (worth pointing out updates coming make mobile apps sdk easier work in web app, though).

if use mobile sdk in web app, need set ms_signingkey app setting site. can navigating gateway blade "gateway host" site , inspecting it's app settings.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -