You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
Auth headers are added to PUT request
User can specify authentication for HTTP Verbs against configured Authenticated Routes
Actual Behavior
Auth headers are not added to PUT request
User cannot specify authentication for HTTP Verbs against configured Authenticated Routes
Description
I am trying to authenticate only PUT requests against an API route in my Angular 7 application. I have not found a way to configure the adal-angular4 service to send auth headers solely for the PUT verb against this route. It seems that the following configuration is only capable of describing authentication for GET operations against the URI:
Versions
Node: 10.15.0
OS: win32 x64
Angular: 7.1.4
"adal-angular4": "^4.0.9",
Expected Behavior
Auth headers are added to PUT request
User can specify authentication for HTTP Verbs against configured Authenticated Routes
Actual Behavior
Auth headers are not added to PUT request
User cannot specify authentication for HTTP Verbs against configured Authenticated Routes
Description
I am trying to authenticate only PUT requests against an API route in my Angular 7 application. I have not found a way to configure the adal-angular4 service to send auth headers solely for the PUT verb against this route. It seems that the following configuration is only capable of describing authentication for GET operations against the URI:
When monitoring the PUT request in the Chrome debugger, I see no auth headers added to the request.
Is there a way to specify just PUT verb in the config, or to turn auth on for all verbs against the route?
The text was updated successfully, but these errors were encountered: