https://github.com/perforce/helix-authentication-service
[Officially Supported] Helix Authentication Service
https://github.com/perforce/helix-authentication-service
Last synced: 6 days ago
JSON representation
[Officially Supported] Helix Authentication Service
- Host: GitHub
- URL: https://github.com/perforce/helix-authentication-service
- Owner: perforce
- License: mit
- Created: 2019-09-12T21:28:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-02-04T19:45:15.000Z (18 days ago)
- Last Synced: 2026-02-05T07:46:20.891Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.06 MB
- Stars: 17
- Watchers: 9
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](mailto:support@perforce.com)
# P4 Authentication Service
This [Node.js](http://nodejs.org) based application implements a simple
authentication protocol integration service that may be used in concert with
systems wanting to permit users to authenticate with external identity systems.
It currently supports the OpenID Connect and SAML 2.0 authentication protocols.
## Versions
Official releases will have version numbers of the form `YYYY.N`, such as
`2019.1`, `2020.1`, or `2020.2`. These releases have undergone testing and are
available on the Perforce FTP and package server.
Patch releases will have version numbers with three dot separated numbers, such
as `2020.1.1` or `2019.1.2`.
The unofficial "snapshot" releases will have versions with additional numbers,
`YYYY.N.N.NNNNNN`, where the patch and snapshot numbers are appended to the last
major release. These may include changes that are not yet reflected in the
documentation, and these versions are limited to Community Support.
## Documentation
To learn about the architecture, supported products and identity providers, as well as the configuration steps for the current version, see the [P4 Authentication Service Documentation](https://www.perforce.com/manuals/helix-auth-svc/). Older versions of the guide are in the [docs](./docs) directory.
## How to Get Help
Configuring the extension, the authentication service, and the identity provider
is a non-trivial task. Some expertise with security systems is helpful. In the
event that you need assistance with configuring these systems, please contact
[Perforce Support](https://www.perforce.com/support/request-support).
## How to Report Security Vulnerabilities
If you discover a security vulnerability in the authentication service, please contact [Perforce Support](https://www.perforce.com/support/request-support).
## Development
See the [development](./docs/Development.md) page for additional information
regarding building and testing the service. For a description of the overall
design of the application, see the [Design.md](./docs/Design.md) page.