stoney core: Authentication Resource Mapping (REST - LDAP)

Revision as of 17:07, 28 April 2014 by Chrigu (Talk | contribs)


Overview

Auth action

Auth retrieval (GET)

The following sequence describes the authentication and role retrieval:

  1. Look-up the user in the OpenLDAP directory (with a configurable service user):
    Currently, this will be cn=Manager,dc=stoney-cloud,dc=org
    Later on, this will be a service user.
  2. If the user exists, try to bind with the users credentials.
  3. If the bind was successful, retrieve the users roles with the service user.

Links

Last modified on 28 April 2014, at 17:07