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

Decouple auth from Frontegg #1074

Open
ZIJ opened this issue Jan 19, 2024 · 0 comments
Open

Decouple auth from Frontegg #1074

ZIJ opened this issue Jan 19, 2024 · 0 comments

Comments

@ZIJ
Copy link
Contributor

ZIJ commented Jan 19, 2024

Currently the only OAuth provider supported by Digger backend is Frontegg. This is for historical reasons from back when we were just launching Digger Cloud. The main requirement was quick setup and user-facing admin portal so that users could manage their tokens and users themselves. Frontegg (unlike Auth0 and other "simple" OAuth providers) did offer that extra layer of user-facing user management.

There are alternatives to Frontegg though, including some open source ones. Most importantly, it doesn't make sense for an open source product to depend on a non-open-source auth provider. Users should be able to choose which auth to use; we need to cleanly decouple from an auth provider. Also Enterprise Edition features like SSO / SAML require it to be a separate concern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant