-
We are running into a problem that only occurs when deploying to azure app container with Aspire. Running locally on a dev system doesn't have this problem. The issue seems related to but referencing 'Microsoft.IdentityModel.Protocols, Version=7.1.2.0' does not help. Somewhere else I have read 'known' assemblies are removed from the output directory to keep the container image small. // Ryan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have found a solution by:
|
Beta Was this translation helpful? Give feedback.
We have found a solution by:
System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler
toMicrosoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler
Microsoft.IdentityModel.Protocols.OpenIdConnect
andSystem.IdentityModel.Tokens.Jwt
both currently at version 7.6.2