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.
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.
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.
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
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
Hi Carson
Did you remember to remember to change the owin:startup key in your web.config?
Like
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
is working on a reply...