-
Notifications
You must be signed in to change notification settings - Fork 191
Conversation
Hi @khellang, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! The agreement was validated by .NET Foundation and real humans are currently evaluating your PR. TTYL, DNFBOT; |
|
Travis is failing |
@khellang can you rebase this on top of dev, we fixed the ci. |
80ae21e
to
138bc6a
Compare
Hmm. Rebased, but still failing. Seems unrelated tho 😕 |
Yea that one is a known issue. |
👍 good stuff |
@khellang Thanks for the PR! |
NP 👍 I have another one cooking for the "official" There needs to be a way for OWIN middleware to access the startup properties, and the current |
The key
owin.RequestUser
was voted on and accepted as part of owin/owin#9, and has been added to the spec under Section 3.2.1 Request Data.This PR adds the key to the environment and feature collection ✨
The property will set both
server.User
andowin.RequestUser
, as well as fall back fromowin.RequestUser
toserver.User
on retrieval, for interoperability reasons.