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

Popular posts from this blog

css - Text drops down with smaller window -

php - Boolean search on database with 5 million rows, very slow -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -