


	steps:
	
	0) call the MockSSO to get a token
	     you can ask for an employee token
	     or a manager token
	     these tokens are good for 60 minutes
	     
	1) open a Browser to
	       http://172.16.0.51:8080/customerrest/
	       
	2) open your REST API tool to
	     http://172.16.0.51:8080/customerrest/api/customer/findById/23
	     
	     you MUST pass the SSO token as:
	     Bearer:akfjhkasfhdkjadsfhkjashfkjasfkjsd
	     
	     in an HTTP Header
	     
	3) to test the create/put you will need to pass a Customer JSON object
	    as the application/json payload of the request
	    
	4) test all the API methods using your tool
	
	
	    
	         
	    
