notify-admin-338 login.gov integration

This commit is contained in:
Kenneth Kehl
2023-11-02 14:10:22 -07:00
parent 1d790868f3
commit e5403a52f1
6 changed files with 248 additions and 138 deletions

View File

@@ -8,8 +8,10 @@ How to integrate with the login.gov sandbox: https://dashboard.int.identitysand
b. Select OpenIdConnect and private key JWT
c. select authentication only
d. select MFA required + remember device 30 days only (AAL1)
e. set redirect urls like: http://localhost:6012/sign-in
3. generate a cert: openssl req -nodes -x509 -days 365 -newkey rsa:2048 -keyout private.pem -out public.crt
4. Upload the public.crt to your app in the sandbox
5. put the private.pem contents and public.crt contents in github secrets (?)
## Open Issues