Skip to content

Flow between FF3 & Data Importer fails after redirect to /oauth/authorize #10582

Answered by jecogeo
jecogeo asked this question in Q&A
Discussion options

You must be logged in to vote

Oh boy... how good it is to be able to "talk" to someone. Thanks to your question I realized the issue was all about the CSP policies configuration of both of sites. They're hindering the proper communication between applications.

For future reference, the CSP of the Apache virtual hosts needs to allow forms and scripts (maybe?) between domains.

CSP on FF3 virtual host

Header always set Content-Security-Policy "default-src 'self' https://importer.my.firefly.cloud; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://importer.my.firefly.cloud; style-src 'self' 'unsafe-inline'; img-src 'self' https: data:; font-src 'self' https: data:; connect-src 'self' https://importer.my.firefly.cloud…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@jecogeo
Comment options

@JC5
Comment options

JC5 Jul 11, 2025
Maintainer

Comment options

You must be logged in to vote
1 reply
@jecogeo
Comment options

Comment options

You must be logged in to vote
3 replies
@JC5
Comment options

JC5 Jul 15, 2025
Maintainer

@jecogeo
Comment options

@jecogeo
Comment options

Comment options

You must be logged in to vote
2 replies
@jecogeo
Comment options

Answer selected by jecogeo
@JC5
Comment options

JC5 Jul 16, 2025
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants