Umbraco 7.3 with azure ad - umbraco

does anyone know how to use Azure AD authentication for members in Umbraco 7.3?
Are there any examples or documentation how to implement Azure AD for authentication in Umbraco?
Thx in advance,
Anton

Related

Salesforce integration with ASP.NET MVC

I am creating an application using ASP.NET MVC which has to integrate with salesforce.
I have created a developer account and also a trial account for Salesforce. Using my developer account I am able to achieve my desired outcome however when using my trial salesforce account I get this error
"The REST API is not enabled for this Organization."
I have also used another developer account of my mate it worked fine.
You are using Trail Edition (i.e. Professional Edition). Trail Edition doesn't include API access. If you want to try out api please use Developer Edition. Trial Edition expires after 30 days, but DE account doesn't expire.
Here is the list of salesforce editions with api access.
​

SharePointOnline: How to authenticate user from Azure AD via CSOM

I have the following requirements:
Create a MVC site with Azure AD authentication.
Fetch lists from SharePointOnline/O365 which also uses the same Azure AD.
Fetch lists from SharePointOnline/O365 anonymously (is it even possible?)
Thanks to VS2015 the first step is trivial.
But how to authenticate the current user in SharePoint? User.Identity does not provide password, so I cannot use ClientContext.Credentials.
I heard there is some Token Provider but haven't found a working case yet. Can anyone help me out?
To get the list of SharePoint online from our MVC sites, you can consider using the Microsoft Graph REST API instead of CSOM.
You can refer here about the list operation of Microsoft Graph. However, since this API is in beta version, it is not recommend to use in the product version.
And you also can refer the link below to get started developing with Microsoft Graph:
App authentication with Microsoft Graph

iOS App Authentication with Windows Azure AD

Is this possible to authentice iOS Mobile App with Windows Azure Active Directory(AD) with utilizing mobile web services of Azure.
Basically iOS App should be login with only the Windows Azure Active Directory(AD)
I found one third party library
https://github.com/MSOpenTech/azure-activedirectory-library-for-ios/
but not sure whether this is secured or should be used or not
Microsoft Open Technologies (MSOpenTech on Github) is Micrsoft's official approach to helping open source communities both on and off the Microsoft platform. This should give you confidence in the legitimacy of the code on Github. See here for more details: https://msopentech.com/

Grails application with Google Account Sign in

I am currently working on a Grails application and we want users to be able to sign in with their Google accounts. I am currently exploring spring-security-core 1.2.7.3 in conjunction with spring-security-openid 1.0.4. I have followed many tutorials and the best one I have found so far is this one :
http://softwareengineering101.wordpress.com/2013/05/07/integrating-grails-2-with-spring-security-openidgoogle-single-sign-on/
Unfortunately I don't think this addresses signing in with a Google account, and rather using their openID to sign in.
Does anyone have examples or tutorials of grails projects that allow users to sign in with their Google accounts?
Peter Ledbrook created an app to submit talks for the Groovy & Grails eXchange conference in London, and it has support for Google logins. The source is here: https://github.com/pledbrook/talk-submissions
Look at the shiro ouath plugin. It has support for google oauth, and would let you authenticate using google accounts.

LinkedIn Authentication on OWIN/MVC5

We've used LinkedIn OAuth/Simple membership on MVC4 project, and it is working pretty.
But with inspecting new OWIN based ASP.NET MVC5 framework, we found there is no LinkedIn authentication feature. We could use Google,Facebook,Twitter and Microsoft live ID, but no LinkedIn.
Are there any kinds of simple ways to integrate the LinkedIn authentication into new OWIN/Katana/MVC5?
I have created providers for LinkedIn and Yahoo for use with OWIN. Please see the blog post at http://www.beabigrockstar.com/introducing-the-yahoo-linkedin-oauth-security-providers-for-owin/
LinkedIn is currently not there in the Katana builds. We do plan to add support for LinkedIn and you will be able to get it as a Nuget package.
I posted same question on Katana Project, and got an answer.
No immediate plans, but you might want to checkout this project:
https://github.com/auth0/auth0-aspnet-owin

Resources