Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Olivier 22 posts 115 karma points
    Oct 29, 2015 @ 15:13
    Olivier
    0

    Store UmbracoIdentity to the database

    Hi,

    We installed UmbracoIdentity. when we read the code, we can see (https://github.com/Shazwazza/UmbracoIdentity/blob/master/src/UmbracoIdentity/ExternalLoginStore.cs)

    all is stored in SQLCE.

    How can I stored my data into a SQL Server ?

    Any help will be appreciate !

  • Mathieu tanguay 2 posts 22 karma points
    Oct 29, 2015 @ 15:25
    Mathieu tanguay
    0

    Same Requirement here

    Tried adding DefaultConnection string in web.conf but it seems hardcoded in ExternalLoginStore...

  • Alex Lindgren 159 posts 356 karma points
    Aug 20, 2016 @ 20:37
    Alex Lindgren
    0

    The default external login store uses SQL CE but you can write your own. I've written one that uses Azure Table Storage. Source available at https://github.com/alindgren/UmbracoIdentity.AzureLoginStore

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies