andrea-patricelli / syncope

Mirror of Apache Syncope
Apache License 2.0
0 stars 0 forks source link

Provide authentication mechanism #4

Closed andrea-patricelli closed 9 years ago

andrea-patricelli commented 9 years ago

Choose whether let wicket manage authentication or manage by angularjs side. Insert Login page similar to Syncope one, with same css and provide a working authentication mechanism. Use JWT session or Java session (with JSessionID).

andrea-patricelli commented 9 years ago

We will manage authentication server-side with custom wicket session object, as in Syncope 1_2_X. At the moment angularjs is not responsible or aware of user status, i.e is stateless.