You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compares the facetID to be equal to the Origin, as reported by the client. However, the specs say:
If the caller's FacetID is an https:// Origin sharing the same host as the AppID, (e.g. if an application hosted at https://fido.example.com/myApp set an AppID of https://fido.example.com/myAppId), no additional processing is necessary and the operation may proceed.
The check should be modified to reflect that, i.e. accept an Origin shareing the same host as the AppID.
This code
u2f/util.go
Lines 107 to 116 in d21a03e
compares the
facetID
to be equal to theOrigin
, as reported by the client. However, the specs say:The check should be modified to reflect that, i.e. accept an Origin shareing the same host as the AppID.
The issue came up here: go-gitea/gitea#10231
The text was updated successfully, but these errors were encountered: