Hi i'm unable to sign out in my MVC 4 application.
I'm using Microsoft Azure Active Directory.
Using ACS 2.0.
I tried these examples but these are not clear.
can someone help me y sharing the code.
Im new to MVC4 and azure.
i'm really having hard time in understanding.
can someone help me?
I recommend the following links.
Developing Multi-Tenant Web Applications with Windows Azure AD
http://msdn.microsoft.com/en-us/library/windowsazure/dn151789.aspx
Adding Sign-On to Your Web Application Using Windows Azure AD
http://msdn.microsoft.com/en-us/library/windowsazure/dn151790.aspx
Related
I have a SAML 2.0 based Single Sign On working with Pingfederate, wso2 Identity server as well as ADFS. Its also working with Azure AD SAML 2.0 fedration. But I need to have my own setup to incorporate the recent changes by Azure on using multiple certificates for signing it responses which they claim to change dynamically.
Please point me to a quick setup resouce on this as I am new to Azure.
As per this,
Tutorials for integrating SaaS applications using Azure Active Directory
Configuring SAML based single sign-on for non-gallery applications
Your application may already be in the gallery (marketplace) in which case there will be a script or the latter provides instructions to do it manually via Enterprise applications.
I am configuring the Azure Active Directory as SSO Authentication Provider for Salesforce. I have already Registered the Application in Azure. When I try to configure SSO in Azure for the registered application but I am not able to see Single sign on option under Manage for the aplication. Please help.
You need to choose Non-gallery application to add your own application.
Click Azure Active Directory->click Enterprise applications->click New application->choose Non-gallery application.
Then you will find the Single sign-on feature.
Thank you for responding. Actually it is more of a subscription issue. I am not able to add the add the 'New application' under Enterprise Application option. Once I get that solved then I will try your solution. Thanks again.
Is there any way to use mvc3 application with azure AD connect. My application is mvc3 app and having some difficulties in installing some owin nuget packages. Thanks in advance.
Well as far as Nuget is concerned, you should explain what difficulties you are facing.
For Connecting an MVC3 web app with Azure AD there are plenty of articles available, you can follow this one for help https://msdn.microsoft.com/en-us/library/azure/hh127794.aspx
Here is a good sample and tutorial to integrate Azure AD within an existing MVC app:
Integrate Azure AD into a web application using OpenID Connect
I'd working on creating a ASP.NET 5 web application and would like to use ASP.NET Identity to manage users. I'd also like to use Azure Active Directory in a multi-tenant configuration. As I understand more about claims, I expect we will eventually create our own custom claims as well.
I see ASP.NET Identity can configure providers (Facebook, Google) but is it possible to set up Azure Active Directory to authenticate with Facebook / Google and have it flow through ASP.NET Identity? My guess is that flowing through Azure Active Directory would make our subsequent migration to claims authentication easier.
If so, any pointers to setting this up and road bumps that may be expected would be appreciated.
Regards,
Rajesh
Classic Azure Ad does not integrate directly with Facebook or Google, however the new B2C offer does. See http://aka.ms/aadb2c
I am developing a WP8 app, which requires authentication in order to get a token to call the web api backend. I don't want to create my own account management mechanism, because it seems silly in our day and age to implement my own account repository.
I am using Azure anyway, so I thought to leverage it for the user management and authentication/authorization. What better place to manage users than Active Directory. If I also use ACS, I can get both "native" accounts and using other providers (Facebook, Microsoft Accounts, etc.) right out of the box.
So I have been searching for DAYS and I can't find even one tutorial or example or even someone talking about a flow that includes WP8, Azure AD/ACS and Web API.
I can only find tutorials on authenticating with Mobile Services and I don't want to use that, as it seems much to simple for what I need.
Is this use case even supported currently? Can one authenticate users of a WP8 app using Azure AD and then receive a token for authorization with a Web API hosted in a VM?
Vittorio has just blogged about this:
A Sample Windows Phone 8 App Getting Tokens from Windows Azure AD and ADFS.
The article also has a link to his earlier one - Fun With Windows Azure AD: Calling REST Services from a Windows Phone 8 App (which may have been one you found?).