Skip to content

Centralised Access Control

Shruti Agarwal edited this page Jan 29, 2024 · 1 revision

GovTech Context

With the need for GovTech products across states and sectors to scale initiatives, there has been a tremendous jump in the number of tech products that citizens across user personas engage with on a daily basis. Majority of these tech products have a login for authentication and authorisation before the user can start engaging with them.

Product Explanation

OAuth2 Proxy is a reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group. This enables the creation of stateless microservices that can be verified through a network layer. The goal is to add FusionAuth as a provider that will enable all GovTech products to not include authentication-related code inside microservices, enabling the creation and management of ACL outside of a microservice in a reusable way.

Features to be Implemented

The goal is to add FusionAuth as a provider

  1. OAuth Provider Configuration to be added for FusionAuth in OAuth2 Proxy.
  2. Help teams/applications get onboarded to the new proxy.
  3. Deploy the config in front of the load balancer for all existing services.

Learning Path

  1. Oauth2 Proxy
  2. Fusionauth OIDC Documenation
  3. Repo
Category Rating
Difficulty **
Risk/Exploratory ***
Core Development **
Skills Oauth2 - OIDC, Golang
Mentors Chakshu
Project size 200 hours

Steps to Submit the Project

Step 1 : Install the C4GT GitHub App - Please install this GitHub App in your product repositories so that we can access your repositories and track the C4GT tickets to make it automatically discoverable for the contributors.

Step 2 : Format existing/create new issue tickets - Use this COMMUNITY issue template Or DMP issue template to update existing or create new tickets that you want listed in the C4GT Community And DMP. The consistency of this template will improve the experience of the contributors to explore and comprehend your tickets. Note - For all tickets that are being updated/added as per the format. Please create a label called C4GT Community or DMP 2026 and tag all tickets with that label. This is key to making the tickets automatically discoverable.

Dedicated Mentoring Program

C4GT Contribution Sprints

C4GT Bounty projects

Open Community Projects

Augtoberfest

Standards and Frameworks

Clone this wiki locally