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

Dotnet core successor of SystemCannot use 'EndpointAddress' in WSTrsutMessage of RequestSecurityToken since the System.ServiceModel assembly is not available in .net 8.0.IdentityModel.Configuration for Security Token Service #2887

Open
sethsnel opened this issue Oct 8, 2024 · 0 comments

Comments

@sethsnel
Copy link

sethsnel commented Oct 8, 2024

Type of issue

Unsure how to use nuget package, help would be greatly appreciated.

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.

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

Screenshot

image

Question

Does anybody have a clue or direction how to resolve this?

Relevant packages installed

<System.ServiceModel.Http" Version="8.0.0" />
<System.ServiceModel.Primitives" Version="8.0.0" />
<System.ServiceModel.Federation" Version="8.0.0" />
<Microsoft.IdentityModel" Version="7.0.0" />
<PackageReference Include="Microsoft.IdentityModel.Abstractions" Version="8.1.1" />
<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="8.1.1" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.WsFederation" Version="8.1.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.1.1" />

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

1 participant