mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Reformat nested list
This commit is contained in:
@@ -4,11 +4,11 @@ How to integrate with the login.gov sandbox: https://dashboard.int.identitysand
|
|||||||
|
|
||||||
1. Create a team and a user over in the login.gov sandbox.
|
1. Create a team and a user over in the login.gov sandbox.
|
||||||
2. Create a test app:
|
2. Create a test app:
|
||||||
a. you will need to create a unique client id that looks like: urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:test_notify_gov
|
- you will need to create a unique client id that looks like: urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:test_notify_gov
|
||||||
b. Select OpenIdConnect and private key JWT
|
- Select OpenIdConnect and private key JWT
|
||||||
c. select authentication only
|
- select authentication only
|
||||||
d. select MFA required + remember device 30 days only (AAL1)
|
- select MFA required + remember device 30 days only (AAL1)
|
||||||
e. set redirect urls like: http://localhost:6012/sign-in
|
- 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
|
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
|
4. Upload the public.crt to your app in the sandbox
|
||||||
5. put the private.pem contents and public.crt contents in github secrets (?)
|
5. put the private.pem contents and public.crt contents in github secrets (?)
|
||||||
|
|||||||
Reference in New Issue
Block a user