https://github.com/dblock/ssoexample-waffle
single sign on example using WAFFLE
https://github.com/dblock/ssoexample-waffle
Last synced: about 1 year ago
JSON representation
single sign on example using WAFFLE
- Host: GitHub
- URL: https://github.com/dblock/ssoexample-waffle
- Owner: dblock
- Created: 2013-07-30T19:31:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-02T21:17:53.000Z (about 14 years ago)
- Last Synced: 2025-02-10T14:12:59.414Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 3.05 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is an example of using WAFFLE to authenticate a client to a server using single sign on (SSO) using the Negotiate Security Support Provider. It passes messages back and forth using Netty.
Start the server using the following (changing the ip address to either to the ip address of the server or the hostname of the server, change the port number if that conflicts as well:
server.bat -n 10.0.1.165 -p 8888
Start the client using the following:
client.bat -n 10.0.1.165 -p 8888
you can specify the SPN name by passing a -s parameter on the client.bat file:
i.e.
client.bat -n 10.0.1.165 -p 8888 -s foo