RE: 2-level authentication implementation issues

2015-03-24 Thread Artjoms Petrovs
-level authentication implementation issues Artjoms, With CloudStack 4.5.0+, you can implement you own authentication plugin, see: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Authentication+Refactoring You may read the default login implementation and saml2 plugin implementation as

Re: 2-level authentication implementation issues

2015-03-05 Thread Rohit Yadav
Artjoms, With CloudStack 4.5.0+, you can implement you own authentication plugin, see: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Authentication+Refactoring You may read the default login implementation and saml2 plugin implementation as examples. On Thursday 05 March 2015 02:45 PM

2-level authentication implementation issues

2015-03-05 Thread Artjoms Petrovs
Hello, CS Developers! I am developing multi-level authentication for CloudStack v4.4.2 and I got in a little confusion. As I can see all the commands can be called only by authenticated users, the only exception goes for "login" and "logout" commands, as it is stated in ApiServlet. Is there a