Difference between revisions of "stoney core: Authentication Resource Mapping (REST - LDAP)"

From stoney cloud
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Auth retrieval (GET))
(Auth retrieval (GET))
Line 3: Line 3:
 
= Auth action =
 
= Auth action =
 
== Auth retrieval (GET) ==
 
== Auth retrieval (GET) ==
The following sequence describe the authentication and role retrieval:
+
The following sequence describes the authentication and role retrieval:
 
# Look-up the user in the OpenLDAP directory (with a configurable user:
 
# Look-up the user in the OpenLDAP directory (with a configurable user:
 
#: Currently, this will be cn=Manager,dc=stoney-cloud,dc=org
 
#: Currently, this will be cn=Manager,dc=stoney-cloud,dc=org

Revision as of 16:58, 28 April 2014

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 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.

Links