Showing tag results for Authentication

May 12, 2017
Post comments count0
Post likes count0

Using Azure AD to enable partner access to SharePoint 201x

Monu Bambroo

In this post, Premier Developer Consultant Marius Rochon shows us how to use Azure AD to enable partner access to Sharepoint 201x. The following summarizes my experience with setting Azure AD as authentication provider for Sharepoint 2013 or 2016. This setup enables access to SharePoint for external users (business partners, customers). While th...

AzureSharePointAzure AD
Apr 21, 2017
Post comments count0
Post likes count0

Authentication options for custom application when accessing data from O365

Developer Support

In this post, Senior Application Development Manager, Anant Dimri explains authentication options available to application developers who wish to interact with data in O365. A developer writing applications that interact with SharePoint (SP) data (Lists/Events/Documents, etc.) will be faced with several options to setup authentication.  Whil...

TeamSharePointAuthentication
Mar 22, 2017
Post comments count0
Post likes count0

OWIN and WS-Federation with CA Siteminder

Pam Lahoud

Check out this blog from Premier Developer consultant Marius Rochon for information on how to integrate ASP.NET applications with CA Siteminder. A customer was having a problem integrating an ASP.NET application with CA Siteminder v12.52. Firstly, there was a problem with using SAML2.0 token formats. To get around that, we reconfigured SM to use ...

Authenticationasp.netMarius Rochon
Jan 10, 2017
Post comments count0
Post likes count0

Multi-tenant WebAPI – simple admin consent

Pam Lahoud

In this post, Premier Developer consultant Marius Rochon shares his application authentication experience in order to help you create your own Multi-tenant WebAPI applications. The VS.NET 2015 wizard for adding authentication to ASP.NET WebAPI projects does not support using the multi-tenant option. Here are some notes on how to implement this op...

Team.NETVisual Studio
Sep 27, 2016
Post comments count0
Post likes count0

Using Azure AD to authenticate public clients to SQL Azure

Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Marius Rochon shows how to use Azure AD to authenticate public clients to SQL Azure. Azure AD enables access authorization to SQL Azure as an alternative to providing username/password information in the connection string: https://azure.microsoft.com/en-us/documentation/articles/sql-da...

TeamAzure ADAuthentication
Aug 5, 2016
Post comments count0
Post likes count0

Single SignOn is easy, Single SignOut is not

Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Marius Rochon talks about problems with single SignOut. Single Sign In relies on the token issuer holding on to a cookie, which tells it about the user identity after the first signin. The issuer can then respond to a request for token in whatever protocol it came in (WSFed, SAML, Open...

TeamAuthenticationSAML
May 2, 2016
Post comments count0
Post likes count0

Using Client Certificate Authentication for Web API Hosted in Azure

Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Razi Rais  gives us a step-by-step overview of how to add client certificate Authentication for Web Api Hosted in Azure. During recent customer engagement there was a discussion around client certificate [a.k.a tls mutual] authentication and how to use it with asp.net web api that is h...

TeamAzureAuthentication
Apr 19, 2016
Post comments count0
Post likes count0

Web Test Plug-in for Authentication

Pam Lahoud

In a recent post from his blog, Premier Developer Consultant Monu Bambroo gives us a step-by-step overview of how to add Authentication into your Web Performance and Load Test with Visual Studio. Web and Load testing are an essential part of application life cycle management. Within Visual Studio, we provide a great template to do web and lo...

ALMVisual StudioAuthentication
Apr 8, 2016
Post comments count0
Post likes count0

Passive is good!

Pam Lahoud

Here’s a quick read from Premier Developer consultant Marius Rochon’s blog.  In it, Marius gives some great reasons to leverage passive authentication protocols in your applications rather than writing your own code to handle credentials. Some time back I wrote about avoiding handling of credentials (creation/maintenance/verification of us...

SecurityAuthenticationMarius Rochon
Feb 18, 2015
Post comments count0
Post likes count0

Using Azure AD to authorize Service Bus requests

Pam Lahoud

Most Service Bus examples use symmetric keys directly in applications needing access to the Service Bus, usually as part of the connection string. That approach does not work so well with widely distributed applications, e.g. desktop or mobile apps.  In the latest post from his blog, Marius Rochon gives an example of how to use Azure Active Di...

TeamAzureAzure AD