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

New core.authprovider instance for CalFresh verifier in local_fixtures #2223

Closed
thekaveman opened this issue Jul 15, 2024 · 0 comments · Fixed by #2239
Closed

New core.authprovider instance for CalFresh verifier in local_fixtures #2223

thekaveman opened this issue Jul 15, 2024 · 0 comments · Fixed by #2239
Assignees
Labels
chore Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.

Comments

@thekaveman
Copy link
Member

{
  "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"
  }
},

Then update the field on the core.eligibilityverifier:

- "auth_provider": 1
+ "auth_provider": 3

Originally posted by @thekaveman in #2214 (comment)

@thekaveman thekaveman added the chore Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc. label Jul 15, 2024
@thekaveman thekaveman moved this to Stretch in Digital Services Jul 15, 2024
@angela-tran angela-tran self-assigned this Jul 23, 2024
@angela-tran angela-tran moved this from Stretch to In progress in Digital Services Jul 23, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in Digital Services Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants