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] OpenId keycloak support #4140

Closed
1 of 2 tasks
alex-enchi opened this issue Jan 12, 2025 · 3 comments
Closed
1 of 2 tasks

[Feature] OpenId keycloak support #4140

alex-enchi opened this issue Jan 12, 2025 · 3 comments
Labels
feature This issue is a feature request needs votes Please upvote this feature request if you would like to see it implemented!

Comments

@alex-enchi
Copy link

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?

Hi all

TLDR; It would be great to expose authMethod to UI when setting open id.

I have enabled openid support for multiuser support and that is great.

My local network has a keycloak instance and I have spent too much time trying to make it work with actual budget.
And the reason is because keycloak clients are OpenId-connect by default and it is not something supported, login process was failing due to iss claim absent.

I solved it (after quite a lot of time of pondering) by using config.json, thanks to that thread, by login into docker image, creating config.json with authMethod as oauth2 and enabling/disabling openid feature with npm script.

Best

Describe your ideal solution to this problem

No response

Teaching and learning

No response

@alex-enchi alex-enchi added the feature This issue is a feature request label Jan 12, 2025
@github-actions github-actions bot added the needs votes Please upvote this feature request if you would like to see it implemented! label Jan 12, 2025
Copy link
Contributor

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

@youngcw
Copy link
Member

youngcw commented Jan 12, 2025

Does anything need changed if you were able to get it working? Sounds like it's more a documentation issue than a new feature.

@alex-enchi
Copy link
Author

It would be a lot easier to have this option as a dropdown in UI instead of creating config.json on the docker instance and running npm commands within.

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 needs votes Please upvote this feature request if you would like to see it implemented!
Projects
None yet
Development

No branches or pull requests

2 participants