Skip to content

dblock/ssoexample-waffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

single sign on example using WAFFLE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published