microsoft / commercial-marketplace-offer-deploy

Deployment Manager for the Azure Marketplace
Other
21 stars 13 forks source link

security: Implement basic authentication #571

Closed kevinhillinger closed 11 months ago

kevinhillinger commented 11 months ago
### Tasks
- [x] Add username | password fields to create UI definition and add template finalizer to python library
- [x] Incorporate basic JWT authentication / authorization in ServiceHost, WebHost, and backend of ClientApp
- [x] Add central App Configuration store for values and secrets for JWT configuration