CommunitySolidServer / css-helm-chart

Community Solid Server Helm chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DPoP HTU mismatch when using ingress/host URL

MisterTimn opened this issue · comments

When exposing CSS through ingress and a host domain the authorization flow is broken (on root path as use of sub paths will crash CSS for now, see CommunitySolidServer/CommunitySolidServer#1110 ).

The client sends a correct DPoP token (correct HTU from the client perspective) but the server returns an error claiming mtu mismatch.
Possible that some component inside css still references localhost instead of the base-url passed through parameters.

This issue will need to be fixed in CSS before further implementation and testing of ingress/public exposure of the Helm application can be done.

This issue seems to be resolved in version 3.0.0 of Community Solid Server, probably due to the changes regarding Solid-OIDC