a93f121217
* 'master' of github.com:spotify/backstage: (97 commits) Update development-environment.md Make local start of catalog work Tweak the router tests, and fix one error Forgot one member of the higher order type package/app: move app config to yaml packages/cli: make cli read app config and inject into APP_CONFIG at compile-time packages/core: make AppConfigLoader return an array, and added defaultConfigLoader + tests github/workflows: use actions/cache@v2 github/workflows: split cli build to skip more builds on windows plugins/auth-backend: docs for saml-idp plugins/auth-backend: added basic saml provider plugins/auth-backend: refactor to allow non-oauth providers Break out the location refresh loop as well plugins: remove mock-idp-backend plugins/auth-backend: add script for starting up saml test idp plugins/mock-idp-backend: add saml-idp + test command plugins/mock-idp-backend: generate some dev certs plugins: added initial mock-idp-backend Address comments and add tests Rename test to clarify what it is doing ...