HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Issue with Missing Sign-in URI Path in Deployed Vanilla Forum (version 2024.004)

I've encountered an unexpected behavior in my deployed Vanilla Forum, specifically with the sign-in URI structure. Normally, I would anticipate the sign-in URL to follow the format: https://myforum.com/entry/signin?target={encoded_link}. However, the actual result omits the "entry/signin" path, leading to a URL structured as https://myforum.com/?target={encoded_link}. Could anyone provide guidance or solutions on how to rectify this discrepancy?
Tagged:
0
Comments
https://github.com/vanilla/vanilla/blob/c35d9636d2256cc91c4bc859882fda50bf0a5bca/conf/config-defaults.php#L78
And line 77 and 79
Do not make changes in config-defaults.php - do it in conf.php (create it if needed)
Hi Kaspar,
I tried that, but the issue persists. FYI: I use the Oauth2 plugin for the authentication.
Many years ago now but I believe I used this
https://github.com/vanilla/vanilla/tree/master/plugins/jsconnect
Hi @Kaspar,
Thank you for the recommendation, it seems better than Oauth2 for sure, but when I try to link it to my keycloak endpoints it is not well integrated as it seems.
I forgot to include that you need to clear /cache when making changes