Authentication and Authorization (A2)
- Creator: Manuel Freire email , Iván Martínez-Ortiz email , Dan Christian Rotaru , Antonio Calvo Morata
- Publisher: Rage project
- Owner: e-UCM Research Group
Provides authentication and authorization to server-side components, as well as single sign-on.
Provides authentication and authorization to server-side components, as well as single sign-on. This greatly simplifies interoperability between servers and clients, and allows easy integration with institutional login systems.
Authentication and authorization are important concerns for multiple RAGE components. Having a single server (this components, A2) that can perform authentication and authorization on behalf of all other components provides single-sign-on capabilities to those components, and drastically reduces duplicated effort. A2 proxies all authenticated, authorized requests to the corresponding server-side components. Server-side components can programmatically (via API) register themselves and configure what they consider to be authorized via customizable roles.
For clients of server-side components that are proxied behind A2, single-sign-on is completely transparent. Additionally, since A2 effectively becomes a single point of contact, client configuration is drastically simplified: only A2’s location login and credentials need to be stored, instead of each individual server-side components’s location and login credentials.
Because it is intended as a server-side proxy with support for multiple authentication schemes, A2 is implemented as a node.js app, leveraging the passport and http-proxy node.js modules. Both of them are well-maintained modules with extensive user bases and documentation.
Maintenance
-
Reported bugs will be fixed: Users can report bugs or issues and these will be fixed according to a certain periodic frequency.
-
Continued support for new versions of the OS and game engines: The authors of the component will update it in the future so it will work with newer versions of current operating systems and newer versions of the game engines that the component currently supports.
-
New features will be added according to the developer's roadmap: The development of this component is currently active and a set of planned features will be added in upcoming releases, according to the existing roadmap.
Users are strongly recommended to use the all-in-one A2 Analytics Backend Analytics Frontend installation method described in https://github.com/e-ucm/rage-analytics.
See the project's documentation for details.
English
Authentication-and-Authorization-A2.zip
analytics
authentication
authorization
server
- https://github.com/e-ucm/rage-analytics/wiki/A2-Overview
- https://github.com/e-ucm/a2/blob/master/README.md
- http://e-ucm.github.io/a2
- https://github.com/e-ucm/rage-analytics/blob/master/docker-compose.yml
- https://github.com/e-ucm/rage-analytics/wiki/A2-Overview
- https://www.youtube.com/watch?v=TBpq3IDHiMg
JavaScript
Apache 2.0 (Apache License 2.0)