Directory Search
Look up Northwestern users by NetID, email, or employee ID via the LDAP-backed Directory Search API. Used during SSO login for automatic user provisioning and profile synchronization.
The starter integrates with several Northwestern-specific services to handle identity management, user provisioning, lifecycle events, and ticketing. Most of these integrations are powered by the northwestern-sysdev/laravel-soa package, which provides Laravel bindings for Northwestern’s SOA APIs.
Directory Search
Look up Northwestern users by NetID, email, or employee ID via the LDAP-backed Directory Search API. Used during SSO login for automatic user provisioning and profile synchronization.
WebSSO / Entra ID
Single sign-on authentication for Northwestern users. Ships with Microsoft Entra ID (Azure AD) by default, with support for Online Passport (agentless WebSSO via ForgeRock) as an alternative.
EventHub
Consume event messages from Northwestern’s EventHub enterprise messaging platform. The starter listens for NetID lifecycle events to automatically deactivate users.
Wildcard Photos
Download Northwestern Wildcard ID card photos from Directory Search and serve them via presigned S3 URLs.
laravel-soa PackageThe northwestern-sysdev/laravel-soa package provides:
Full package documentation is available at nit-administrative-systems.github.io/SysDev-laravel-soa.
All laravel-soa settings live in config/nusoa.php. The package publishes this config file during installation.
# .env — Core API credentialsDIRECTORY_SEARCH_URL=https://northwestern-prod.apigee.net/directory-searchDIRECTORY_SEARCH_API_KEY=your-api-key
# Entra ID (default auth method)AZURE_CLIENT_ID=your-client-idAZURE_CLIENT_SECRET=your-client-secretAZURE_REDIRECT_URI=https://your-app.northwestern.edu/auth/azure-ad/callback
EVENT_HUB_BASE_URL=https://northwestern-prod.apigee.net/event-hubEVENT_HUB_API_KEY=your-api-keyEVENT_HUB_HMAC_VERIFICATION_SHARED_SECRET=your-shared-secret