I have upgrade to 7.3 and know that Windows Authentication model has been replaced (ASP.NET Identity model) and can no longer be used.
I looked at the this [link][1] and followed the instructions. It wokrs but it assumes you are already in the Umbraco user database BEFORE authenticating.
In our case, we wish to authenticate to Active Directory FIRST then if the user does not exist in the Umbraco database, create it.
Does anyone have a working example or know how to do this?
asp.net Identity Model Example
I have upgrade to 7.3 and know that Windows Authentication model has been replaced (ASP.NET Identity model) and can no longer be used.
I looked at the this [link][1] and followed the instructions. It wokrs but it assumes you are already in the Umbraco user database BEFORE authenticating.
In our case, we wish to authenticate to Active Directory FIRST then if the user does not exist in the Umbraco database, create it.
Does anyone have a working example or know how to do this?
Thanks
BTD
is working on a reply...