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

Request: OAuth/SAML/SSO Support #2

Open
kylemallory opened this issue Feb 18, 2022 · 1 comment
Open

Request: OAuth/SAML/SSO Support #2

kylemallory opened this issue Feb 18, 2022 · 1 comment

Comments

@kylemallory
Copy link

I'd like to run journalctl-proxy on a publicly accessible server, but would like to restrict access to authorized users. Forks have provided Basic HTTP support, which is better than nothing, but would like to extend this specifically to SSO authentication from an OAuth provider (Google, etc).

@mitjafelicijan
Copy link
Owner

mitjafelicijan commented Jun 20, 2023

@kylemallory This is an interesting option. SSO is not difficult to add, but the setup on your side would be more complicated. You would need to create apps for Google etc and then also provide return IP's or domain address to validate if login was successful. This is maybe too complicated for a utility like that.

The only reason I would see this valuable would be for users to gather emails of people that accessed this.

Basic auth is a good option. I need to add this for sure.

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

2 participants