Skip to content

Fetch pod root, second request does not specify 'dpop' scheme #64

@ylebre

Description

@ylebre

const headers = await getAuthHeaders(url, "GET", authFetcher);

The fetch pod root request runs a request with the HTTP headers:
Authorization:
DPoP:

Instead of
Authorization: DPoP
DPoP:

The authorization header does not specify the DPoP scheme, whereas the request to the token endpoint does specify it.

I expected this test to provide the DPoP scheme in both cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions