Describe the feature
Introduce DisabledAuthenticationProvider to handle a "disabled" authentication mode. Registers a custom authentication scheme ("Disabled") using AuthenticationBuilder and implements
DisabledAuthenticationHandler for authentication logic.
When authentication is disabled, impersonates a fixed "admin" user with predefined claims. Ensures seamless handling of requests in disabled authentication scenarios.