Skip to content
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

Closed
Tratcher opened this issue Oct 9, 2017 · 10 comments
Closed

New docs for WS-Federation auth #4523

Tratcher opened this issue Oct 9, 2017 · 10 comments
Assignees

Comments

@Tratcher
Copy link
Member

Tratcher commented Oct 9, 2017

  1. 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.

  2. 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/

  3. Where would you put the topic in the Table of Contents.
    https://docs.microsoft.com/en-us/aspnet/core/security/authentication/

@KoalaBear84
Copy link

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!

@Tratcher
Copy link
Member Author

Tratcher commented Oct 9, 2017

Like these? They're included.
https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/master/src/System.IdentityModel.Tokens.Saml/Saml2SecurityTokenHandler.cs

@KoalaBear84
Copy link

Thanks, I will look into it! :)

@Rick-Anderson
Copy link
Contributor

@scottaddie can you schedule this in the next 3 sprints?

@scottaddie
Copy link
Member

scottaddie commented Nov 21, 2017

@Rick-Anderson No problem. I should have the bandwidth to tackle this in Sprint 129.

@scottaddie scottaddie modified the milestones: Sprint 129 (ends 1/5/2018), Sprint 130 (ends 1/26/2018) Jan 5, 2018
@chlowell
Copy link
Member

chlowell commented Feb 8, 2018

@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.

@danroth27 danroth27 changed the title New docs for WsFederation auth New docs for WS-Federation auth Feb 13, 2018
@scottaddie
Copy link
Member

@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.

@Tratcher
Copy link
Member Author

FYI: the out of band 2.0.0 component has been released. Expect more interest in this topic.

@chlowell
Copy link
Member

@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:

  • by default, all form posts are no longer checked for sign-in messages
  • allowing unsolicited logins is now opt-in
  • encrypted tokens are not (yet) supported

Do you think anything else is worth calling out in the doc?

@Tratcher
Copy link
Member Author

Tratcher commented Feb 16, 2018

@chlowell that sounds like a good start. See the writeup at aspnet/Security#1473. Specifically mention the CallbackPath and it's default value /signin-wsfed. Also discourage the use of the Wreply Property, CallbackPath is better in most cases.

Note single-signout support has also been added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants