Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Map IAuthenticationHandler in OWIN #93

Closed
Tratcher opened this issue Jul 1, 2014 · 6 comments
Closed

Map IAuthenticationHandler in OWIN #93

Tratcher opened this issue Jul 1, 2014 · 6 comments

Comments

@Tratcher
Copy link
Member

Tratcher commented Jul 1, 2014

This is needed to interop with OWIN security middleware.

@borgdylan
Copy link

what's the status on this? is it planned for one of the upcoming alphas?

@Tratcher
Copy link
Member Author

Tratcher commented Aug 2, 2014

It's not currently assigned to a milestone. I was planning to wait until we've ported at least one security middleware (e.g. Facebook) to help validate the object model. That work should be starting soon.

@borgdylan
Copy link

I know that this has not been started yet but I have noticed that if I include the cookie security package in the pipeline and do a SignIn on the response using the "Cookies" auth type, it no longer throws an exception. Instead I am getting what looks to be an auth cookie as part of a succesful repsonse. I am still using an OWIN web server.

@Tratcher
Copy link
Member Author

Sounds like you're using an OWIN server => vNext cookies => vNext app. The auth here happens entirely between vNext components, so no OWIN adaptation is required.

@borgdylan
Copy link

Thanks for clarifingy.

@Tratcher Tratcher removed their assignment Oct 10, 2014
@Eilon
Copy link
Contributor

Eilon commented Oct 29, 2014

For now we're going to stick with supporting only pure OWIN middleware.

@Eilon Eilon closed this as completed Oct 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants