Skip to content
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

Closed
1 of 2 tasks
Shazib opened this issue Sep 3, 2024 · 4 comments
Closed
1 of 2 tasks

[Feature] OIDC/SSO service support. #3357

Shazib opened this issue Sep 3, 2024 · 4 comments
Labels
feature This issue is a feature request

Comments

@Shazib
Copy link
Contributor

Shazib commented Sep 3, 2024

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

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

  • Desktop app understands the redirect for the authelia login
  • Server is aware of the redirect for auth

Teaching and learning

Should be quite intuitive to use without additional input when needed.

@Shazib Shazib added the feature This issue is a feature request label Sep 3, 2024
@github-actions github-actions bot added the needs votes Please upvote this feature request if you would like to see it implemented! label Sep 3, 2024
Copy link
Contributor

github-actions bot commented Sep 3, 2024

✨ 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 👍!

@github-actions github-actions bot closed this as completed Sep 3, 2024
@youngcw
Copy link
Member

youngcw commented Sep 3, 2024

have you tried #3286?

@Shazib
Copy link
Contributor Author

Shazib commented Sep 3, 2024

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.

@youngcw
Copy link
Member

youngcw commented Oct 18, 2024

the web app handles authentication now, and the multi user work will also build in OIDC. Ill close this in place of those.

@youngcw youngcw removed the needs votes Please upvote this feature request if you would like to see it implemented! label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue is a feature request
Projects
None yet
Development

No branches or pull requests

2 participants