I have installed the latest version of Umbraco and the identity extensions package. I'm using Azure Active Directory integration and while I've got it running successfully locally I'm running into an issue on a server running .net v4.x:
How did you get the Identity Extensions to work with Umbraco 8? Currently the package has no support yet for Umbraco 8 (there is an open pull request).
I also have been trying to get it to work (using the code in the pull request). If you can help me with that I can check if I can reproduce your error on my environments and see how to implement the fix.
I installed the package bypassing dependency requirements after looking through Umbraco 8 src changes and determining nothing would directly affect this package (though I could be wrong about that also).
Identity Extensions with Azure AD
I have installed the latest version of Umbraco and the identity extensions package. I'm using Azure Active Directory integration and while I've got it running successfully locally I'm running into an issue on a server running .net v4.x:
It seems to be related to this github issue: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/877 and a potential fix might be in this comment. I'm not sure how this would be implemented.
How did you get the Identity Extensions to work with Umbraco 8? Currently the package has no support yet for Umbraco 8 (there is an open pull request).
I also have been trying to get it to work (using the code in the pull request). If you can help me with that I can check if I can reproduce your error on my environments and see how to implement the fix.
I installed the package bypassing dependency requirements after looking through Umbraco 8 src changes and determining nothing would directly affect this package (though I could be wrong about that also).
is working on a reply...