simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
693 stars 91 forks source link

PublicKeyCredentialDescriptor.Id property is read only #562

Closed lechediaz closed 10 months ago

lechediaz commented 11 months ago

Hello,

I tried to compile the master branch but there is an error beacause the PublicKeyCredentialDescriptor.Id property is readonly.

simpleidserver commented 11 months ago

Hello,

The build issue is fixed in the master branch. The latest release of the Nuget package Fido2.AspNet contains a breaking change on the PublicKeyCredentialDescriptor.Id property :)

KR,

SID

lechediaz commented 11 months ago

Hello,

I checked and now the server it builds succesfully.

Thank you.