-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Feature] OIDC/SSO service support. #3357
Comments
✨ Thanks for sharing your idea! ✨ This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! |
have you tried #3286? |
Oh wow this looks like exactly what I might need, I did do a search for various terms in the existing issues list but didn't spot that! And that didnt exist when i tried to implement my own fix a few months back I'll check this out and let you know if it addresses this. |
the web app handles authentication now, and the multi user work will also build in OIDC. Ill close this in place of those. |
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
My instance of actual (self-hosted) is exposed to the internet via a cloudflare tunnel which is protected by authelia.
In essence, trying to access my actual instance first redirects to the auth portal before allowing access to actual.
When you first login this works, including the client apps access to actual server. However if you refresh the page it loses its connection to the backend.
It also doesn't work at all in the desktop app as it has no idea how to handle the redirect to the login page.
Thanks
Describe your ideal solution to this problem
Teaching and learning
Should be quite intuitive to use without additional input when needed.
The text was updated successfully, but these errors were encountered: