You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Generally I want SuppressWWWAuthenticateHeader set to true, however for a Library UI (Hangfire) I want to use Basic Auth and need to trigger the www-authenticate header for basic auth on a specific path.
Describe the feature you would like
add a configuration option and associated code to BasicAuthenticationOptions for SuppressWWWAuthenticateHeaderPathOverride and BasicAuthenticationHandler.
Additional context
The text was updated successfully, but these errors were encountered:
joursler-Sunset
added a commit
to joursler-Sunset/idunno.Authentication
that referenced
this issue
Dec 18, 2024
Is your feature request related to a problem?
Generally I want SuppressWWWAuthenticateHeader set to true, however for a Library UI (Hangfire) I want to use Basic Auth and need to trigger the www-authenticate header for basic auth on a specific path.
Describe the feature you would like
add a configuration option and associated code to BasicAuthenticationOptions for SuppressWWWAuthenticateHeaderPathOverride and BasicAuthenticationHandler.
Additional context
The text was updated successfully, but these errors were encountered: