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.

Multiple Authentication Plugins

See original GitHub issue

I’m using Multiple Authentication plugins: htpasswd and bitbucket. the problem is that it’s always only doing the first authentication, in my case is htpasswd, never goes to bitbucket authentication. Version: verdaccio 3.8.6 I’m doing equals: https://verdaccio.org/docs/en/plugins#multiple-authentication-plugins

Has anyone run into the same problem?

auth:
	htpasswd:
             file: /verdaccio/storage/htpasswd
        bitbucket:
             allow: myTeam

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:4
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
alexandrebouthinoncommented, Jan 20, 2022

Hi, any update on this? We have an use case:

  • on one side: authenticate company members using Github
  • on the other side: authenticate ousiders using others Plugins
1reaction
juanpicadocommented, Dec 6, 2019

hi @kopax , we don’t know yet, for now we are having a pause to reorganize stuff and migrate some stuff, depends of the resources we will clearly define what to do in 2020, for now, all remains the same.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Allowing Multiple Authentication Methods - v3.1.x - Kong Docs
The default behavior for Kong authentication plugins is to require credentials for all requests without regard for whether a request has been authenticated...
Read more >
Multiple authentication plugins? - Google Groups
Hi guys,. Is it possible to have multiple, alternative authentication plugins securing the same API? For example, allow both Basic Auth and JWT...
Read more >
How to use multiple authentication plugins in the same service ...
I am looking to use Cypress for end to end testing for some kubernetes applications. Typically, I access these applications via OIDC through ......
Read more >
Authentication Plugins - MariaDB Knowledge Base
You can specify multiple authentication plugins for each user account. · The root@localhost user created by mysql_install_db is created with the ability to...
Read more >
Moodle in English: Multiple Authentication
The major changes are: Refactoring each set of auth functions in auth/foo/lib.php into a plugin class analogous to enrolment plugins. This class is...
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