yichenfeng / AAFApplicationAngular

MIT License
4 stars 6 forks source link

Applicant information auto populate #17

Open yichenfeng opened 7 years ago

yichenfeng commented 7 years ago

As an AutoZoner I want my applicant information to be auto populated so that I don't have type these information myself

Acceptance criteria

  1. all items except the living type (own or rent) will be populated with the employee information on file
  2. when the applicant select "start a new application" , then the applicant will chose if this application is for self or on behalf of someone. If it's on behalf of someone, the auto population won't be executed
yichenfeng commented 7 years ago

We need to figure out where to host this

trevortrobinson commented 7 years ago

The anonymous bind to LDAP limits what attributes we can auto fill. In order to pull additional info we would have to set up a service account for this site which would require additional security review.

Example attributes: employeeNumber - 10705332 uid - ['10705332'] azDepartmentName - IT - PRODUCTION azWebAccess - True title - ['Systems Engineer'] objectClass - ['top', 'person', 'inetorgperson', 'azperson', 'organizationalPerson', 'ntuser', 'sunFMSAML2NameIdentifier'] azLocPhysAddress - 123 S. Front Street~~Memphis~TN~38103-3607 sn - ['Robinson'] memberOf - ['cn=it-infosec,ou=groups,dc=autozone,dc=com'] azLocGenPhone - 9014956500 cn - ['Trevor Robinson'] givenName - ['Trevor'] departmentNumber - ['8023'] azCompany - AZO

trevortrobinson commented 7 years ago

Added ldap service #53