-
Notifications
You must be signed in to change notification settings - Fork 1
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
Authentication workflow not working #35
Comments
Indeed they changed the logon procedure. I'll have to check in code what needs to be updated. Thanks for reporting |
So they completely changed logon. Now they redirect to a website where you perform the logon and then the app is opened again via deeplink. I'll need more time to look into reversing this. |
The original implementation would use this api, for example to retrieve status
Those are still in place so I guess fetching details will still work once logon is fixed. Logon is now using:
Eventually redirecting to a password loging screen with
Actual login is done with this request
with url encoded input params
Response is a redirect to
That in return responds with a deeplink back to the app
Also a call found to
Next calls we're back in the app, all these calls have an Authorization Bearer header
|
System Health details
Logs from HA
homeassistant | 2024-02-20 13:26:42.915 DEBUG (MainThread) [custom_components.my_luminus_integration] received error is 404, message='Not Found', url=URL('https://mo bileapi.luminus.be/token') homeassistant | 2024-02-20 13:26:42.919 ERROR (MainThread) [custom_components.my_luminus_integration] Error fetching information
Checklist
Describe the issue
The token endpoint in the auth flow produces a 404
https://mobileapi.luminus.be/token
Reproduction steps
Debug logs
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered: