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

Added scopes for api part c2s #1145

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion backend/config/data_providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ api_particulier:
- value: cnaf_quotient_familial
label: Quotient familial CAF
helper: Délivre le quotient familial CAF.
- value: complementaire_sante_solidaire
label: Complémentaire Santé Solidaire
helper: Délivre le status et le montant du droit à la complémentaire santé solidaire.
- value: cnaf_allocataires
label: Identités allocataire et conjoint
helper: Nom, prénoms, date de naissance et sexe de l'allocataire et du conjoint
Expand Down Expand Up @@ -153,7 +156,6 @@ api_particulier:
label: API Paiements Pôle emploi
scopes:
- pole_emploi_paiements

men:
label: API Statut élève scolarisé et boursier
scopes:
Expand All @@ -178,6 +180,10 @@ api_particulier:
- cnous_statut_bourse
- cnous_ville_etudes
- cnous_identite
css:
label: API Complémentaire Santé Solidaire
scopes:
- complementaire_sante_solidaire
editeurs:
- name: Abelium Collectivités
siret: '42172024400050'
Expand Down