Copied to clipboard

Flag this post as spam?

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


  • Carson Brown 15 posts 85 karma points
    Aug 01, 2016 @ 18:21
    Carson Brown
    0

    Custom Owin login

    So I'm trying to allow for a third party Owin login into the back office for my website. There seems to be a decent amount of documentation on logins with Google, Facebook, etc. however I can't seem to find anything on a custom log in. What is needed to allow for a custom log in to work, and how should it be implemented.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Aug 02, 2016 @ 19:55
    Dennis Aaen
    0

    Hi Carson,

    Have you seen the UmbracoIdentity and the UmbracoIdentityExtensions repo on Umbraco and Shannon´s GitHub account.

    https://github.com/Shazwazza/UmbracoIdentity

    https://github.com/umbraco/UmbracoIdentityExtensions

    Also try to see Shannon´s comment in this issue from our issue tracker. http://issues.umbraco.org/issue/U4-7032

    Hope this helps,

    /Dennis

  • Carson Brown 15 posts 85 karma points
    Aug 03, 2016 @ 13:14
    Carson Brown
    0

    Dennis,

    Yes I have come across those pages. They all seem to describe how to set this up with providers like Google, Facebook, etc. and describe parts needed for custom providers. From analyzing the Google and Facebook logins there seem to be some already built in functions and I was wondering what functions I need to set up so that my provider will work. I've set up processes that mirror the UmbracoGoogleAuthExtensions as best as I can and still can't even get a button to come up on the login page so there seems to be some processes that I am not finding.

    Thanks for the reply, Carson

  • Frederik Raabye 72 posts 276 karma points MVP 2x c-trib
    Aug 09, 2016 @ 11:36
    Frederik Raabye
    0

    Hi Carson

    Did you remember to remember to change the owin:startup key in your web.config?

    Like

    <add key="owin:appStartup" value="ConfigureOwinStartup" /> 
    

    This thread might be helpful as well: https://our.umbraco.org/forum/developers/api-questions/74363-logging-into-umbraco-730plus-back-office-using-ad-with-adfs.

    /Frederik

Please Sign in or register to post replies

Write your reply to:

Draft