Skip to content

Commit

Permalink
Chore: update local fixtures with sample CalFresh AuthProvider (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Jul 23, 2024
2 parents 8979fd9 + e9d7803 commit 2f62863
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion benefits/core/migrations/local_fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@
"scheme": "vagov"
}
},
{
"model": "core.authprovider",
"pk": 3,
"fields": {
"sign_out_button_template": "core/includes/button--sign-out--login-gov.html",
"sign_out_link_template": "core/includes/link--sign-out--login-gov.html",
"client_name": "calfresh-benefits-oauth-client-name",
"client_id_secret_name": "auth-provider-client-id",
"authority": "https://example.com",
"scope": "verify:calfresh",
"claim": "calfresh",
"scheme": "dev-cal-itp_benefits"
}
},
{
"model": "core.eligibilitytype",
"pk": 1,
Expand Down Expand Up @@ -179,7 +193,7 @@
"jwe_cek_enc": null,
"jwe_encryption_alg": null,
"jws_signing_alg": null,
"auth_provider": 1,
"auth_provider": 3,
"selection_label_template": "eligibility/includes/selection-label--calfresh.html",
"start_template": "eligibility/start--calfresh.html",
"form_class": null,
Expand Down

0 comments on commit 2f62863

Please sign in to comment.