Allow the app-auth announce www-authenticate: basic header.

This commit is contained in:
Roman Perekhod
2025-03-12 08:55:22 +01:00
parent d2e8fcbf85
commit bb9d09b627
4 changed files with 18 additions and 2 deletions

View File

@@ -353,6 +353,7 @@ func loadMiddlewares(logger log.Logger, cfg *config.Config,
middleware.Logger(logger),
middleware.OIDCIss(cfg.OIDC.Issuer),
middleware.EnableBasicAuth(cfg.EnableBasicAuth),
middleware.AllowAppAuth(cfg.AuthMiddleware.AllowAppAuth),
middleware.TraceProvider(traceProvider),
),
middleware.AccountResolver(