-
Notifications
You must be signed in to change notification settings - Fork 58
Kerberos Authentication Question #9
Comments
|
Thanks @Tratcher for the information. I am still a little bit confused about how you intend to implement/configure the mixed auth scenario. Will we have to configure the authentication in both IIS and the middleware?
Will there be a policy builder or something similar, so we can configure a couple of variants up front and then selectively decide based on which environment which policy to apply (similar to how CORS is setup)? I have a specific requirement on deploying the same code base (Web API's) but with different authentication options? |
I plan to plug it into the existing authentication framework used in the aspnet/security repo. That framework separates authentication from authorization. This middleware will be responsible for authentication (e.g. getting you a windows identity), but then you'll use the authorization framework (e.g. the [Authorize] attribute and policies) to decide if that user gets access to specific content. |
# This is the 1st commit message: fix app recycle logic # The commit message #2 will be skipped: # adding parallel shutdown logic # The commit message #3 will be skipped: # some update # The commit message #4 will be skipped: # more change # The commit message #5 will be skipped: # close hkey # The commit message #6 will be skipped: # update logging # The commit message #7 will be skipped: # remove unused code # The commit message #8 will be skipped: # format change # The commit message #9 will be skipped: # exclude not-subapp case while sudstring does match # Please enter the commit message for your changes. Lines starting
Hi,
A couple of questions:
Cheers,
Jonathan
The text was updated successfully, but these errors were encountered: