Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsilverman/automation-of-trusted-authentication
This repo shows sample of automating a trusted authentication and testing it.
https://github.com/vsilverman/automation-of-trusted-authentication
Last synced: 9 days ago
JSON representation
This repo shows sample of automating a trusted authentication and testing it.
- Host: GitHub
- URL: https://github.com/vsilverman/automation-of-trusted-authentication
- Owner: vsilverman
- Created: 2018-04-29T02:50:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T05:11:51.000Z (over 6 years ago)
- Last Synced: 2024-10-30T00:49:13.698Z (about 2 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automation of trusted authentication
This repo shows sample of automating a trusted authentication and testing it.## Steps to Execute This Sample
- Clone this sample by using e.g. the following command
git clone
- Update config file wd.cfg with your own values
(in case you don't have CiscoSpark account create one)
- After compiling the java file run it e.g. as below:java TrustedAuthentication wd.cfg
- You may also test this sample by running provided JUnit tests