Skip to content

Commit

Permalink
feat: Add basic auth prompt page in pagewriter.
Browse files Browse the repository at this point in the history
Connect it through provider.
  • Loading branch information
Matovidlo committed Jun 20, 2024
1 parent 81ef045 commit 04ce97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/service/appsproxy/proxy/apphandler/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func (m *Manager) newHandler(ctx context.Context, app api.AppConfig) http.Handle
switch p := auth.(type) {
case provider.OIDC:
authHandlers[auth.ID()] = m.oidcProxyManager.NewHandler(app, p, appUpstream)

case provider.Basic:

default:
Expand Down

0 comments on commit 04ce97d

Please sign in to comment.