You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a major release with breaking changes and releasing this as a patch version on Okta's end seems like a mistake. We cannot use this version because we depend on System.IdentityModel.Tokens.Jwt version 6 for different reasons and are currently running into runtime errors (and I suspect other people will run into similar problems).
I expect such major dependency updates to be included only in major releases of Okta.Sdk itself. Besides, System.IdentityModel.Tokens.Jwt version 6 is still getting security patches; the latest release being 6.35.0, which has no known security vulnerabilities according to NuGet: 6.35.0
In fact, both versions 7.1.2 and 6.34.0 fix the same vulnerability:
I strongly believe that version 6.34.0 or 6.35.0 should've been used instead.
Is there a chance Microsoft.IdentityModel.Tokens and System.IdentityModel.Tokens.Jwt could be downgraded to 6.35.0 and released as Okta.Sdk 7.0.5? Okta.Sdk claims it uses semantic versioning in its README file. Currently, version 7.0.4 no longer follows semantic versioning and also breaks Okta's own library versioning policy.
What is expected to happen?
N/A
What is the actual behavior?
N/A
Reproduction Steps?
N/A
Additional Information?
No response
.NET Version
.NET 8.0
SDK Version
.NET SDK 8
Okta.Sdk 7.0.4
OS version
No response
The text was updated successfully, but these errors were encountered:
Describe the bug?
In Okta.Sdk version 7.0.4, dependencies
Microsoft.IdentityModel.Tokens
andSystem.IdentityModel.Tokens.Jwt
were updated from 6.22.0 to 7.2.0 to fix a security vulnerability: c915413#diff-697ea5e447b22623a833c3c071533ce619c00014b2d0362b1496ffa2df3787f1R29This is a major release with breaking changes and releasing this as a patch version on Okta's end seems like a mistake. We cannot use this version because we depend on
System.IdentityModel.Tokens.Jwt
version 6 for different reasons and are currently running into runtime errors (and I suspect other people will run into similar problems).I expect such major dependency updates to be included only in major releases of Okta.Sdk itself. Besides,
System.IdentityModel.Tokens.Jwt
version 6 is still getting security patches; the latest release being 6.35.0, which has no known security vulnerabilities according to NuGet: 6.35.0In fact, both versions 7.1.2 and 6.34.0 fix the same vulnerability:
I strongly believe that version 6.34.0 or 6.35.0 should've been used instead.
Is there a chance
Microsoft.IdentityModel.Tokens
andSystem.IdentityModel.Tokens.Jwt
could be downgraded to 6.35.0 and released as Okta.Sdk 7.0.5? Okta.Sdk claims it uses semantic versioning in its README file. Currently, version 7.0.4 no longer follows semantic versioning and also breaks Okta's own library versioning policy.What is expected to happen?
N/A
What is the actual behavior?
N/A
Reproduction Steps?
N/A
Additional Information?
No response
.NET Version
.NET 8.0
SDK Version
OS version
No response
The text was updated successfully, but these errors were encountered: