Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9] connect and configure login.gov openid connect #36

Merged
merged 16 commits into from
Jul 31, 2024
Merged

Conversation

stepchud
Copy link
Contributor

@stepchud stepchud commented Jul 13, 2024

This PR adds the LoginGov class for handling the JWT token exchange with login.gov.
It includes a basic login button that redirects the user to login to the login.gov sandbox environment and back to the app when login is successful.
It does not include storing the current_user in the session.

Review Steps:
Get the public.crt and private.pem files from TeamPassword and copy them into the config/ directory.
Confirm you can login to login.gov (this might require creating a new login.gov account for the sandbox).

@stepchud stepchud added the WIP label Jul 13, 2024
@r-bartlett-gsa r-bartlett-gsa added this to the Sprint 07/16/24 milestone Jul 15, 2024
@r-bartlett-gsa r-bartlett-gsa linked an issue Jul 15, 2024 that may be closed by this pull request
1 task
@stepchud stepchud changed the title WIP: [CP-9] connect and configure login.gov openid connect [9] connect and configure login.gov openid connect Jul 19, 2024
@stepchud stepchud removed the WIP label Jul 23, 2024
@stepchud stepchud requested a review from cpreisinger July 23, 2024 18:13
@stepchud stepchud merged commit 0ea9404 into dev Jul 31, 2024
8 checks passed
@stepchud stepchud deleted the CP-9-login-gov branch July 31, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connect login.gov sandbox to local development environments
3 participants