18F / identity-saml-sinatra

Mock relying party (user app) to send requests to ID server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error returning to RP app from IDP in Chrome

brendansudol opened this issue · comments

Console error is Refused to send form data to 'http://localhost:4567/consume' because it violates the following Content Security Policy directive: "form-action 'self'".

To get it working, I think we need to add to domain whitelist here.

The process works in Firefox because because Firefox doesn’t implement CSP properly 😜