Skip to content

Incorrect header in useHttpBasicAuthForPasswordFlow #368

Closed
@Rzpeg

Description

@Rzpeg

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions