https://github.com/rwth-acis/prosody-auth-OIDC
A Prosody 0.10 module that allows to login with an OpenID Connect token, how cool is that!
https://github.com/rwth-acis/prosody-auth-OIDC
Last synced: 5 months ago
JSON representation
A Prosody 0.10 module that allows to login with an OpenID Connect token, how cool is that!
- Host: GitHub
- URL: https://github.com/rwth-acis/prosody-auth-OIDC
- Owner: rwth-acis
- License: apache-2.0
- Created: 2015-10-22T13:45:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T14:03:44.000Z (over 9 years ago)
- Last Synced: 2024-04-08T15:03:10.811Z (about 1 year ago)
- Language: Lua
- Size: 145 KB
- Stars: 5
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-technostructure - rwth-acis/prosody-auth-OIDC - acis/prosody-auth-OIDC: A Prosody 0.10 module that allows to login with an OpenID Connect token, how cool is that! ([🎛️ yunohost](https://github.com/stars/ketsapiwiq/lists/yunohost))
- awesome-technostructure - rwth-acis/prosody-auth-OIDC - acis/prosody-auth-OIDC: A Prosody 0.10 module that allows to login with an OpenID Connect token, how cool is that! ([🎛️ yunohost](https://github.com/stars/ketsapiwiq/lists/yunohost))
README
# OIDC Module for Prosody
> A Prosody 0.10 module that allows to login with an OpenID Connect token, how cool is that!This module for Prosody 0.10 (it doesn't work with 0.9) allows users to log in to the XMPP server with an XAuth token. The password field has to contain the OAUTH2 token which is verified against the OIDC server's userinfo endpoint.
# How-to Use
Simply copy the lua file to your Prosody's modules directory. On Ubuntu, that would be /usr/lib/prosody/modules/.# Contact
István Koren, contact information available on http://dbis.rwth-aachen.de/cms/staff/koren# License
This module is licensed under Apache 2.0, (c) 2015 by ACIS group at RWTH Aachen University. We build on prior work from Prosody, please check the lua file.