Skip to content

SkillsFundingAgency/das-providercommitments

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