I
Immich3y ago
salle

oAuth broke - after an upgrade? not sure

I used oAuth with Authelia for a while, but possibly after upgrading last time I got it broken. I can still use api login(?) from mobile phone but from browser I can't log in. I cannot disable oAuth to see if password login still works. I get redirected all the time back to Authelia - with the following error URL: http://x.x.x.x:2283/auth/login?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request.+Make+sure+that+the+request+you+are+making+is+valid.+Maybe+the+credential+or+request+parameters+you+are+using+are+limited+in+scope+or+otherwise+restricted.&state=m7gl4kbg-aFemjLQS-76A4AjFivduzdZrtjrBV8tIGg This goes really fast and then jumps straight back to Authelia consent page. Is there any way to disable oAuth forced login when you don't have access to the GUI? My versions are: App (ios) 1.50.0 build.88 Server 1.50.1
2 Replies
MicheI
MicheI3y ago
You can disable OAuth autolaunch by running the following SQL query if you're comfortable doing that:
UPDATE system_config
SET "value" = 'false'
WHERE "key" = 'oauth.autoLaunch';
UPDATE system_config
SET "value" = 'false'
WHERE "key" = 'oauth.autoLaunch';
salle
salleOP3y ago
Thanks! That helped me get back to login screen (and logged in).

Did you find this page helpful?