Skip to content

Commit

Permalink
refactor: remove agentconnect occurence
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Oct 25, 2024
1 parent 7849134 commit 5d7bd4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In `docker-compose.yml`:
version: "3.5"

services:
oidc-test-client:
proconnect-test-client:
image: numerique-gouv/proconnect-test-client
ports:
- 3000:3000
Expand Down Expand Up @@ -65,7 +65,9 @@ npm start

## Configuration

Available env variables and there default values are listed [here](.env).
Available env variables for ProConnect Identité are listed [here](.env).

Available env variables for ProConnect Fédération are listed [here](federation.env).

You can use the app-sandbox.moncomptepro.beta.gouv.fr oidc provider with the following client configuration:

Expand Down
4 changes: 2 additions & 2 deletions agentconnect.env → federation.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ CALLBACK_URL: /login-callback
PC_CLIENT_ID: client_id_localhost:3000
PC_CLIENT_SECRET: client_secret_localhost:3000
PC_PROVIDER: https://fca.integ01.dev-agentconnect.fr/api/v2
PC_SCOPES: "openid given_name usual_name email phone uid siren siret idp_id idp_acr is_public_service"
PC_SCOPES: "openid given_name usual_name email uid siret idp_id idp_acr"
LOGIN_HINT: ""
PC_ID_TOKEN_SIGNED_RESPONSE_ALG: RS256
PC_USERINFO_SIGNED_RESPONSE_ALG: RS256
ACR_VALUES: eidas1
SESSION_SECRET: CeciEstUnFauxSecret
SHOW_AGENTCONNECT_BUTTON: true
SHOW_BETA_FEATURES: False

0 comments on commit 5d7bd4f

Please sign in to comment.