stoney core: Authentication Resource Mapping (REST - LDAP)

Revision as of 14:03, 1 May 2014 by Michael (Talk | contribs)


Also visit stoney core: Authentication Resource - REST API.

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 LDAP service user):
    Currently, this will be cn=Manager,dc=stoney-cloud,dc=org
    Later on, this will be a LDAP service user.
  2. If the user exists, try to bind with the users credentials.
  3. If the bind was successful, retrieve further information with the LDAP service user.

Auth Retrieval (GET) Mapping

API Attribute LDAP Attribute
id uid
user mail

Links

Last modified on 1 May 2014, at 14:03