-
Notifications
You must be signed in to change notification settings - Fork 346
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
[Investigation] Can MSAL.NET leverage Identity Model extension for .NET / Crypto #1453
Comments
We met with @GeoK and discussed about this - this is a summary of the discussion. Where can Identity Model be used in MSAL
Changes needed for MSAL to reference Identity ModelThere are 2 big rocks to consider in this transition:
Solution: Identity Model to ship a version 6 where they break this dependency. This is already planned, but no ETA.
**Solution 1 **: MSAL to bump support of netstandard from 1.3 to (at least) 1.4 (I see no reason to not go to 1.6 - see table here) Solution 2: Identity Model to ship with netstandard 1.3 support in version 6 |
I believe this concludes the investigation. |
We should keep this as a goal and explore where things are as IdentityModel 6 ships. |
I think we now generally agree that we will not do this. |
Is your feature request related to a problem? Please describe.
we have many issues about some certs not being supported on some platforms (some versions of .NET FW, or .NET Core).
Identity Model extension for .NET / Crypto has solved the problem
Can we leverage it?
Is it supported on all the platforms where we need it?
Additional context
Add any other context or screenshots about the feature request here.
Workaround
Users can use the signed assertions ...
The text was updated successfully, but these errors were encountered: