Skip to content

SkillsFundingAgency/das-providercommitments

Folders and files

NameName
Last commit message
Last commit date
May 26, 2023
Nov 21, 2024
Mar 11, 2019
Aug 23, 2024
Mar 19, 2025
Mar 14, 2022
Jul 23, 2019
Jan 28, 2019
Nov 4, 2022
Aug 23, 2024

Repository files navigation

Digital Apprenticeships Service

Context

Functionality within ProviderCommitments requires Commitments Api v2 (https://github.com/SkillsFundingAgency/das-commitments/blob/master/src/CommitmentsV2/readme.md)

ProviderCommitments has no home or landing page. The user is typically redirected there at various points from Provider Apprenticeship Service (https://github.com/SkillsFundingAgency/das-providerapprenticeshipsservice). However, a useful page is given below (where 10005077 is the UKPRN of the Provider):

Getting Started

LocalRunning

You can also stub the provider authentication by setting the following in the appsettings.json

  "UseStubProviderAuth": true,
  "UseLocalRegistry": true

The use local registry also loads the development container registration for non MI API usage

See Also