Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 950 Bytes

File metadata and controls

24 lines (18 loc) · 950 Bytes

Parliament Resource Planning – Single Sign-On (SSO) Module

Overview

This module implements Single Sign-On (SSO) authentication for the Parliament Resource Planning (PRP) system, a large-scale ERP used to manage parliamentary operations. The SSO integration ensures that users can access multiple PRP modules securely using a unified login system.

My Contribution

  • Designed and implemented the SSO authentication workflow.
  • Integrated with the organization's identity provider for centralized credential management.
  • Ensured secure session handling and compliance with access control policies.

Tech Stack

  • Java
  • Spring Boot
  • OAuth 2.0
  • JWT (JSON Web Tokens)

Features

  • Unified authentication for multiple modules.
  • Secure token-based session handling.
  • Role-based access control.

Note

This is a partial, sanitized version of the production implementation. Sensitive business logic and data have been removed.