Plugins Directory » Google IAP Authentication for Redmine
|
Author: | Samuel Melrose |
---|---|---|
Website: | https://github.com/a1comms/redmine-google-iap-authentication | |
Code repository: | https://github.com/a1comms/redmine-google-iap-authentication.git | |
Registered on: | 2019-08-08 (over 5 years ago) | |
Current version: | 1.0 | |
Compatible with: | Redmine 4.0.x | |
User ratings: |
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.
Changelog
1.0 (2019-07-11)
Compatible with Redmine 4.0.x.