Child pages
  • UC San Diego HR Payroll and IAM

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

New identities are created primarily through three core mainframe applications: payroll(PPS), financial(IFIS), and student(ISIS) systems.  This data may be entered via terminal emulators connected directly to the mainframe or web front ends using screen scraping, web services, etc.  Some of this data is fed via file extracts into our email and Active Directory provisioning systems.  All of these identities are then synchronized and merged nightly into a relational DB schema we call affiliates_db.  This nightly load job also attempts to join the identities with the email and Active Directory accounts which were created separately.  For certain affiliate types which are not entered into the three core systems, data can be entered from a web front end (MyAffiliates) and saved directly into affiliates_db.

...

In order to receive a single sign-on account, employees and students must first self register using data from the payroll and or student systems.  For employees, this creates a mainframe (RACF) account and links it to their (hopefully) singular affiliates_db record.  Students get a kerberos account instead of a mainframe account.  Either account is separate from the Active Directory system.

...