-
-
Notifications
You must be signed in to change notification settings - Fork 0
Static OAuth client credentials #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sign in for me fails from the Backfeed app. Not positive on the full workflow that is supposed to happen with these changes, digging into better auth docs a bit here though to try and debug. I get an error Key (client_id)=(CZc...) is not present in table "oauth_application". regardless if I set skipConsent: true or not. If I set it to true it does attempt redirect to backfeed, but then I get a CallbackRouteError fron authjs. If I set it to false or leave it omitted as current code has it, then it fails before redirect (at the authorization screen).
Will continue to debug, but dropping the info here for reference!
If I manually |
See https://github.com/omnidotdev/hidra-app/pull/26#issuecomment-3372779130 for thoughts regarding registering clients. |
Description
Review with: https://github.com/omnidotdev/hidra-app/pull/26
Task link: N/A
Test Steps
.env.local