Authorization Header missing in webapp

Victor García Pastor 1 Reputation point
2020-05-08T10:06:41.247+00:00

Hi everyone.

I have an api developed with symfony that use jwt tokens toa utenticate ours users.

When i send a Authorization Bearer {JWT Token} header, the webapp remove this, and our code can't access.

I try to use another name for the header and it's received fine for the application.

How can i make that Azure Webapp don't intercept this token and pass this to the application.

Thanks!

PD: Authentication WebApp it's disabled

App Settings
{"deployment_branch":"master","SCM_TRACE_LEVEL":"Verbose","SCM_COMMAND_IDLE_TIMEOUT":"60","SCM_LOGSTREAM_TIMEOUT":"7200","SCM_BUILD_ARGS":"","WEBSITE_AUTH_RUNTIME_VERSION":"~1","SCM_USE_LIBGIT2SHARP_REPOSITORY":"0","WEBSITE_AUTH_LOGOUT_PATH":"/.auth/logout","ScmType":"None","WEBSITE_AUTH_ENABLED":"False","WEBSITE_AUTH_UNAUTHENTICATED_ACTION":"AllowAnonymous","WEBSITE_HTTPLOGGING_RETENTION_DAYS":"3","WEBSITE_SITE_NAME":"pdmpg01-back","WEBSITE_AUTH_DEFAULT_PROVIDER":"AzureActiveDirectory","WEBSITE_AUTH_TOKEN_STORE":"False","FUNCTIONS_RUNTIME_SCALE_MONITORING_ENABLED":"0","REMOTEDEBUGGINGVERSION":"16.0.28729.10","LogLevel":"debug","WEBSITE_AUTH_AUTO_AAD":"False"}

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,838 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,381 questions
{count} votes