openid - Transitioning from DotNetOpenAuth 3.4 to 4.2 - IProviderApplicationStore to IOpenIdApplicationStore -
we openid provider , our team using dotnetopenauth 3.4 in production underlying openid provider service. have implemented iproviderapplicationstore interface, , used database tables store openidassociation , openidnonce.
now want move version 4.2, implementation uses iopenidapplicationstore interface. interface inherits icryptostore interface instead of iassociationstore interface.
can tell me how migrate provider code , openidassociation table using cryptostore?
any other things should out for?
Comments
Post a Comment