Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/affordablemobiles/redmine-google-iap-authentication
Stateless Authentication for Redmine when behind Google's IAP
https://github.com/affordablemobiles/redmine-google-iap-authentication
google-cloud-iap redmine redmine-plugin redmine-plugins
Last synced: about 2 months ago
JSON representation
Stateless Authentication for Redmine when behind Google's IAP
- Host: GitHub
- URL: https://github.com/affordablemobiles/redmine-google-iap-authentication
- Owner: affordablemobiles
- Created: 2019-07-11T11:45:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T14:28:38.000Z (about 2 years ago)
- Last Synced: 2024-03-26T15:13:25.825Z (10 months ago)
- Topics: google-cloud-iap, redmine, redmine-plugin, redmine-plugins
- Language: Ruby
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google IAP Authentication for Redmine
This plugin provides stateless logins for Redmine when it running behind Google's IAP (Identity Aware Proxy).
### Security Considerations
It reads the user information in the `X-Goog-Authenticated-User-Email` header, which isn't technically validation.
For proper security, we assume you are running Redmine with an nginx reverse proxy, which performs the actual IAP validation, using the signed JWT.
See: https://github.com/imkira/gcp-iap-auth