📄️ Local Development Guide
If you are running the Docusaurus documentation server locally (via npm start in the AppDev-CorpWiki directory), it will attempt to use port 3000 by default. Since the People Portal backend also runs on port 3000, this can cause a port conflict.
📄️ OpenID Provider Configuration
For People Portal to function correctly, the OIDC provider must offer the scopes openid, profile, email, and a custom scope named people_portal.
📄️ Environment Variables
This section provides a comprehensive reference for all environment variables used by the People Portal Server. These variables control various aspects of the application, including authentication, database connections, third-party integrations, and cloud services.
📄️ CI/CD Architecture
This documentation provides a comprehensive guide to the People Portal CI/CD architecture. It covers the flow from raw source code in independent repositories to a multi-platform production image hosted on Docker Hub.