Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingidentity/pf-datastore-simpletable
Sample custom datastore for PingFederate that uses the adapter configuration to define a list of users.
https://github.com/pingidentity/pf-datastore-simpletable
Last synced: 5 days ago
JSON representation
Sample custom datastore for PingFederate that uses the adapter configuration to define a list of users.
- Host: GitHub
- URL: https://github.com/pingidentity/pf-datastore-simpletable
- Owner: pingidentity
- License: apache-2.0
- Created: 2015-10-08T16:41:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T16:42:28.000Z (about 9 years ago)
- Last Synced: 2024-11-07T17:31:50.307Z (about 2 months ago)
- Language: Java
- Size: 105 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#pf-datastore-simpletable
### Overview
PingFederate custom datastore that uses a table of user information (configured in the datastore configuration settings) to return user information. This can be used for testing and development purposes to return different user details in a transaction.
### System Requirements / Dependencies
Requires:
- PingFederate 7.2.x or higher
- 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. Add a new datastore instance under: Server Configuration > Data Stores
2. Select "Custom" from the options
3. Name the instance and select the appropriate datastore from the "type" list
4. Refer to the inline documentation to configure the datastore### 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