-
Notifications
You must be signed in to change notification settings - Fork 25.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New docs for WS-Federation auth #4523
Comments
Has this any relation to SAML 2.0? That's what I'm currently waiting for to be able to use .NET Core 2.0. Thanks! |
Thanks, I will look into it! :) |
@scottaddie can you schedule this in the next 3 sprints? |
@Rick-Anderson No problem. I should have the bandwidth to tackle this in Sprint 129. |
@scottaddie any update on timing and content for this? I hear lots of customer interest around authenticating with ADFS, it would be great to have a doc covering how to do that with this middleware. |
@chlowell As discussed via email, we're happy to accept any content from you on this topic to expedite things. Let us know if you're interested. |
FYI: the out of band 2.0.0 component has been released. Expect more interest in this topic. |
@scottaddie I'm interested--I'll get started on a short tutorial, probably highlighting ADFS because AAD scenarios are already documented. @Tratcher These are the important differences vs. the OWIN middleware I'm aware of:
Do you think anything else is worth calling out in the doc? |
@chlowell that sounds like a good start. See the writeup at aspnet/Security#1473. Specifically mention the CallbackPath and it's default value Note single-signout support has also been added. |
Write a short paragraph describing what the topic will cover.
WsFederation is a new authentication handler that has been ported from Microsoft.Owin / ASP.NET 4.5. It is being released out of band against ASP.NET Core 2.0.0 dependencies. See [Announcement] WsFederation 2.0.0-preview1 out of band release aspnet/Security#1473.
Write an outline of the proposed topic contents.
There should be a walk through similar to these: https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/
Where would you put the topic in the Table of Contents.
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/
The text was updated successfully, but these errors were encountered: