api - Mule ESB 3.6 User Authenticatication -
i'm implementing web application mule + raml + counchdb. working well. have develop authentication feature. validate not api clients, users of client. goal reach same behavior of normal web application. user call url, login page loaded ,user inputs username , password , authenticated. after each request have validate user login , url parameters sure has rights access information.
but i'm lost in how best way or if possible mule. i've read http basic authentication, thing fits in need. not realize if allows me authenticate muof user , manager performe right validations.
thanks attention, valter gomes
the enterprise edition of mule has oauth 2 module can plug in mule application. please see http://www.mulesoft.org/documentation/display/current/mule+sts+oauth+2.0a+example+application
there no equivalent on open source side, know of.
Comments
Post a Comment