Create option to disable authentication entirely
See original GitHub issueWait, hear me out!
In March of 2019, Google+ Oauth will be deprecated, and thus will no longer work with SQLpad, so I’ve been looking at different ways to handle SQLpad authentication. One of the things my institution already uses for authentication is oauth2_proxy (with regular Google Oauth2, which is apparently different from Google+ Oauth) behind an Nginx auth_request. The oauth2_proxy / auth_request part of this seems to work just fine with SQLpad, however, it doesn’t look like there is a way to disable the built-in authentication, so once a user authenticates with oauth2_proxy, they still hit the Google+ oauth or the userpass auth page. Is there something I’m missing, or is this a feature for which PRs might be accepted?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9
Top Results From Across the Web
[Question] A way to completely disable authentication ... - GitHub
Solution. My solution was to create custom AuthenticationScheme that would fail to authorize anything, then use it as the only one for my...
Read more >Disabling basic authentication | Atlassian Support
To disable the default login method: Go to administration options for your product: In Jira, select Administration > System > Authentication ...
Read more >How to disable the two factor authentication from single user.
Go to Microsoft 365 admin center -> Users -> Active users -> Select the user -> Manage multifactor authentication -> Select the user...
Read more >Disable Basic Authentication while using Spring Security Java ...
First of all, calling super.configure(http); will override whole your configuration you have before that. Try this instead: http .
Read more >How to Disable NTLM Authentication in Windows Domain?
Open the Group Policy Management Editor (gpmc.msc) and edit the Default Domain Policy. Go to the GPO section Computer Configurations -> Policies ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This is in 4.2 release, just now tagged. https://rickbergfalk.github.io/sqlpad/#/authentication?id=no-authentication
Auth proxy is also an option https://rickbergfalk.github.io/sqlpad/#/authentication?id=auth-proxy
Thanks for your work on this @bruth @hessam61!
I really appreciate the guidance on getting started! We will take a pass at it to get it started and ask follow-up questions as needed. Thanks!