Unable to use the VoidAuth logo url in an OIDC app #452
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate#452
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug:
I configured Forgejo as an OIDC app in VoidAuth. Forgejo accepts an Icon URL for the authentication source.
This is used on the app authentication page on the 'Sign in with VoidAuth' button.
Trying to set https://voidauth.example.com/logo.svg as the Icon URL does not work. When the forgejo login page is loaded, the request for the voidauth logo fails with
NS_ERROR_DOM_CORP_FAILED.If I understand correctly, this is because the request for the logo receives a response with the header
cross-origin-resource-policy: same-origin. Perhaps this header is not necessary or could be set tocross-originfor the logo?This should now be fixed in a recent release
Indeed, it works after upgrading 🎉️. Thank you for looking into it 🙏️