w3c-fedid / FedCM

A privacy preserving identity exchange Web API
https://w3c-fedid.github.io/FedCM/
Other
375 stars 72 forks source link

Fix LogoutRPs #375

Closed npm1 closed 1 year ago

npm1 commented 1 year ago

Fixes https://github.com/fedidcg/FedCM/issues/373


Preview | Diff

npm1 commented 1 year ago

@bvandersloot-mozilla could you take a look?

bvandersloot-mozilla commented 1 year ago

LGTM, thanks for the quick response!

npm1 commented 1 year ago

Thanks for the quick review!

samuelgoto commented 1 year ago

Isn't this backwards incompatible? That is, today, RPs take GET requests, NOT POST requests in their front channel logout endpoint, because that's implemented with iframes, right?