Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingidentity/pf-pcv-rest
PingFederate password credential validator (PCV) for a basic REST authentication endpoint
https://github.com/pingidentity/pf-pcv-rest
Last synced: about 2 months ago
JSON representation
PingFederate password credential validator (PCV) for a basic REST authentication endpoint
- Host: GitHub
- URL: https://github.com/pingidentity/pf-pcv-rest
- Owner: pingidentity
- License: apache-2.0
- Created: 2014-12-05T17:13:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T21:41:32.000Z (over 4 years ago)
- Last Synced: 2023-10-20T22:23:26.588Z (about 1 year ago)
- Language: Java
- Size: 129 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#pf-pcv-rest
### Overview
PingFederate password credential validator to check username/password against a generic REST service.
### System Requirements / Dependencies
Requires:
- PingFederate 7.2.x or higher
- Simple JSON
- Apache Commons logging
### Installation
1. Compile the plugin in (refer to the [PingFederate server SDK documentation] for details on compiling PingFederate plug-ins)
2. Copy the resulting .jar file to the /server/default/deploy folder (on all nodes and admin instances).
3. Restart PingFederate
[PingFederate server SDK documentation]: http://documentation.pingidentity.com/display/PF/SDK+Developer%27s+Guide### Configuration
Once the plug-in has been deployed and the PingFederate instance restarted, launch the PingFederate admin console:
1. Create a new password credential validator instance under: Authentication > Password Credential Validators
2. Name the instance and select the appropriate validator from the "type" list
3. Refer to the inline documentation to configure the validator### Disclaimer
This software is open sourced by Ping Identity but not supported commercially as such. Any questions/issues should go to the Github issues tracker or discuss on the [Ping Identity developer communities] . See also the DISCLAIMER file in this directory.
[Ping Identity developer communities]: https://community.pingidentity.com/collaborate