dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
708 stars 1.55k forks source link

Dotnet core successor of System.IdentityModel.Services #10433

Open sethsnel opened 1 week ago

sethsnel commented 1 week ago

Type of issue

Missing information

Description

We're in the process of rebuilding a dotnet framework 4.8 application to dotnet 8..0. One of the dependencies in the dotnet framework project is on System.IdentityModel.Services (specifically: FederatedPassiveSecurityTokenServiceOperations.ProcessSignInRequest).

Documentation on this dotnet framework component can be found here: https://learn.microsoft.com/en-us/dotnet/api/system.identitymodel.services?view=netframework-4.8.1

However the documentation doesn't mention the successor of this component for dotnet core. Can I find documentation somewhere on how system.identitymodel.services are replaced with something else for dotnet core?

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.identitymodel.services?view=netframework-4.8.1

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/ns-System.IdentityModel.Services.xml

Document Version Independent Id

4872677a-499d-3d9a-89d8-31105fe3609b

Article author

@dotnet-bot

dotnet-issue-labeler[bot] commented 1 week ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

dotnet-issue-labeler[bot] commented 1 week ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

bartonjs commented 2 days ago

@mconnew @StephenBonikowsky @HongGit I believe this is WCF?

mconnew commented 2 days ago

It isn't ours, this belongs to the identity team.

sethsnel commented 12 hours ago

This is not related to WCF, but identity indeed. While I'm investigating i'm working on other parts. Any lead or direction on the successor of this part of WS federation is still greatly appreciated!