Copied to clipboard

Flag this post as spam?

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


  • Jonas Nilsson 137 posts 260 karma points
    Oct 24, 2010 @ 19:54
    Jonas Nilsson
    0

    Umbraco and Single Sign On

    I have an Umbraco 4.6 site that authenticate users with a custom membership provider.

    How can i give some of the members authenticated with my custom membership provider access to the Umbraco UI without login again?

    /Jonas

     

  • Aaron Powell 1708 posts 3044 karma points c-trib
    Oct 25, 2010 @ 00:06
    Aaron Powell
    0

    You need to perform a login against the Membership API but specify the Umbraco backoffice provider name as the one to login against. I don't know what would happen if you try and use 2 ASP.NET membership providers at the one time though.

    You might be able to write 1 membership provider which you can use as the type for both that has some way of telling if someone is a front-end user or a all-round user

  • 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