About
An Authentication Provider implements the authentication method and is also known as an identity provider.
The providers implementation differs primarily by:
- the data store (ie user store) that is request.
- the methods that it implements
List
- or a specific application:
- keycloack (Java based)
- …
-
- http://www.passportjs.org - authentication middleware for Node
They may supports:
- oauth (ie they are oauth provider in the oauth sequence)