Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User authentication #632

Closed
vincent-zurczak opened this issue Jun 8, 2016 · 2 comments
Closed

User authentication #632

vincent-zurczak opened this issue Jun 8, 2016 · 2 comments
Assignees
Milestone

Comments

@vincent-zurczak
Copy link
Member

vincent-zurczak commented Jun 8, 2016

Add documentation and/or upgrade Roboconf to support more complex authentication.

  • Update the basic HTTP authentication settings.
  • HTTPS connections?
  • LDAP-based authentication?
@vincent-zurczak vincent-zurczak changed the title User authentification User authentication Jun 8, 2016
@vincent-zurczak
Copy link
Member Author

Here is a lead for sessions management.

@vincent-zurczak
Copy link
Member Author

This issue is now focused on web-based authentication.
IMO, all of this should be handled in the REST services. No need to add more complexity to the DM. So that we can reuse this part with other REST implementations (e.g. OCCI), I suggest we put authentication in a new DM's bundle. More exactly, all the logic should be in its own bundle. This bundle will also manage users, permissions and roles (see #643). Then, REST APIs would depend on this bundle and rely on it for their implementations.

@vincent-zurczak vincent-zurczak removed this from the 0.8 milestone Oct 11, 2016
@vincent-zurczak vincent-zurczak modified the milestone: 0.9 Nov 21, 2016
@vincent-zurczak vincent-zurczak self-assigned this Feb 16, 2017
vincent-zurczak added a commit to vincent-zurczak/roboconf-platform that referenced this issue Mar 2, 2017
The hardest part is done, integrate with Karaf's JAAS implementation.
Next step: implement a servlet filter that uses it
vincent-zurczak added a commit to vincent-zurczak/roboconf-platform that referenced this issue Apr 6, 2017
vincent-zurczak added a commit to vincent-zurczak/roboconf-platform that referenced this issue Apr 6, 2017
gibello pushed a commit that referenced this issue Apr 12, 2017
* #632 User authentication

The hardest part is done, integrate with Karaf's JAAS implementation.
Next step: implement a servlet filter that uses it

* #632 User authentication

* #632 User authentication (WTF)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant