Kévin Chalet
Kévin Chalet
> Well in the future if you decide to add the exact creation time of the token I would be happy. The OAuth2 spec doesn't have a property for that,...
FYI, the "missing signature" bug should be fixed soon by @brentschmaltz (who works for the MSFT Azure AD team, in charge of the JWT library OpenIddict relies on): https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/364
@brentschmaltz you're welcome! Thanks for the quick fix :clap:
@shima20 https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server/issues/232#issuecomment-206936916
The aspnet-contrib feed is now mirroring the Azure AD feed and ASOS was just updated to use the latest IdentityModel packages: https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server/commit/e3a8781af075157af944d575d441bab3e7773a05. The JWT issue you're seeing should disappear when...
> Is Azure B2C causing the Issuer and Authority to not match and thus resulting in mismatches? Unsurprisingly, Azure B2C is not standard-compliant: the OIDC discovery spec explicitly says that...
Authority is not really an OIDC concept but is used as a synonymous of "issuer" (retrospectively, we should have used "issuer" in `OpenIdValidationSettings` - like in OpenIddict - instead of...
Native .NET Standard 2.0 support is planned for BouncyCastle 2.0: https://github.com/bcgit/bc-csharp/pull/68#issuecomment-947209926
BouncyCastle 2.0 was released earlier today: https://github.com/bcgit/bc-csharp/pull/68#issuecomment-1314922176 :tada:
It's important to note that the "samples" contained in this repo are not really "public samples", unlike the projects you can find in the dedicated repo: https://github.com/openiddict/openiddict-samples. These projects are...