简体   繁体   中英

Integrating OAuth with Kuzzle

I want use an OAuth provider to authenticate requests to my kuzzle instance.

What is the standard or preferred way to do this?

Kuzzle support multiple authentication strategies for the same user. It mean that the same user can login with username/password or 0Aut or Ldap, etc.

Kuzzle use Passeport.js , so every strategy supported by Passeport.js can be integrated. To do this, you will have to develop an authentication plugin .

Concerning 0Auth, we already provide an authentication plugin, check it out: https://github.com/kuzzleio/kuzzle-plugin-auth-passport-oauth

Full disclosure: I work at Kuzzle as core developer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM