Authentication - Identity and Access Management Services (IAM)
About
Identity and Access Management is a component of software security that manages the following functionalities:
- Identification: Who are you?
- authentication: Prove it.
- authorization: Here is what you are allowed to do.
Articles Related
List
Provider
In Authentication Cloud API, you can store authenticate and store users information. (ie sort of OAuth authorization server)
See Oauth - Provider
Software
- https://www.keycloak.org/ Keycloak is a OAuth 2.0 compliant Authorization Server (See also https://quarkus.io/guides/keycloak-guide)
- http://www.passportjs.org - authentication middleware for Node