Skip to content

Commit 3da25e1

Browse files
Change 'Authentication' to 'Authorization'
Fixes manfredsteyer#368
1 parent b4c8731 commit 3da25e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/lib/src/oauth-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ export class OAuthService extends AuthConfig {
638638
if (this.useHttpBasicAuthForPasswordFlow) {
639639
const header = btoa(`${this.clientId}:${this.dummyClientSecret}`);
640640
headers = headers.set(
641-
'Authentication',
641+
'Authorization',
642642
'BASIC ' + header);
643643
}
644644

0 commit comments

Comments
 (0)