Closed
Description
Hello,
When configuring the basic authentication header for password flow you are using "Authentication" and the correct header for the scheme is "Authorization"
const header = btoa(`${this.clientId}:${this.dummyClientSecret}`);
headers = headers.set(
'Authentication',
'BASIC ' + header);
Metadata
Metadata
Assignees
Labels
No labels