[rabbitmq-discuss] custom plugin debugging
Prabodh Upreti
prabodh.upreti at vce.com
Fri Nov 9 01:51:03 GMT 2012
Tim
Thank you for that response. As you can see I am new to Erlang. I have
briefly gone through the tutorial but will be going back to get a better
handle. The token is the service ticket that is create by the Kerberose
server.
Basically as a client(Java) I will get a service ticket from SSO server.
What I was thinking was I will try to connect using the java client passing
the service ticket(token) to rabbit(no password SSO server does not need
it). This plugin rabbitmq_cas_authen will intercept the call and make a
https GET call to the SSO server for validation. From the SSO server I will
return back a string "login success". If I see that string back I will
assume successful login. The GET URL for the SSO will look like
?ticket=xxxxxxxx where xxxx is the token I passed in as the username. I
hope I have explained clearly.
I will work on the syntax based on your feedback. Could you please confirm
that what I am even trying is the right thing to do or I am way off the
track. thank you.
regards
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/custom-plugin-debugging-tp23233p23256.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list