-
Notifications
You must be signed in to change notification settings - Fork 58
Add an option allowing to configure the scheme/display name associated with the Windows scheme #391
Comments
@Tratcher not having this option will be blocking for me for at least 3 projects. Is it too late to send a PR adding a |
If you're blocked go ahead and send the PR. We'll see if we can get it approved. |
rel/2.0.0 branch |
Okay, will do that tonight. |
Tentatively approved, I'll do the PR today. |
Let me know if you have a compelling reason to set the auth scheme, but not for 2.0. |
@Tratcher haha no, I can live with the scheme not being configurable Do you plan to port the fix to WebListener? |
Not sure. It wasn't configurable before, and we still have an open item (that I can't find at the moment) about making WebListener work with individual schemes like it used to. Any plans to use WebListener? |
IISMiddleware
registers theWindows
scheme using the hardcodednull
display name. Yet, there are cases where you want to specify a display name so the scheme appears in the external schemes list.Please add an option to make the display name configurable (and maybe the scheme name too).
https://github.com/aspnet/IISIntegration/blob/dev/src/Microsoft.AspNetCore.Server.IISIntegration/IISMiddleware.cs#L60
Note: this also applies to WebListener.
/cc @Tratcher @HaoK
The text was updated successfully, but these errors were encountered: