question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create option to disable authentication entirely

See original GitHub issue

Wait, 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:closed
  • Created 5 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
rickbergfalkcommented, Apr 6, 2020
0reactions
bruthcommented, Feb 25, 2020

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found