Re: Azure Websites WebAPI Authentication

2012-10-15 Thread Craig van Nieuwkerk
Yes, I am not sure about web sites and SSL. I am running on Azure Web role,
only websites for the basic stuff.

On Tue, Oct 16, 2012 at 10:36 AM, Greg Low (GregLow.com)
wrote:

> Hi Craig,
>
> ** **
>
> Yes, that was one I’d been reading. The issue is that I don’t think that
> Windows Azure Websites support SSL yet.
>
> ** **
>
> Regards,
>
> ** **
>
> Greg
>
> ** **
>
> Dr Greg Low
>
> ** **
>
> 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913fax
> 
>
> SQL Down Under | Web: www.sqldownunder.com
>
> ** **
>
> *From:* Craig van Nieuwkerk [mailto:crai...@gmail.com]
> *Sent:* Tuesday, 16 October 2012 9:59 AM
> *To:* g...@greglow.com; ozDotNet
> *Subject:* Re: Azure Websites WebAPI Authentication
>
> ** **
>
> I think it depends on your requirement. What I am going to do is use Basic
> Authentication combined with Https. 
>
> ** **
>
> Something like
>
> ** **
>
>
> http://remy.supertext.ch/2012/04/basic-http-authorization-for-web-api-in-mvc-4-beta/
> 
>
> ** **
>
> Craig
>
> ** **
>
> ** **
>
> On Tue, Oct 16, 2012 at 9:55 AM, Greg Low (GregLow.com) 
> wrote:
>
> Hi Folks,
>
>  
>
> What’s the best way to provide authentication for REST services exposed by
> MVC4 WebAPI within Windows Azure Websites?
>
>  
>
> Regards,
>
>  
>
> Greg
>
>  
>
> Dr Greg Low
>
> CEO and Principal Mentor
>
> *SQL Down Under*
>
> SQL Server MVP and Microsoft Regional Director
>
> 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913fax
> 
>
> Web: www.sqldownunder.com
>
> * *
>
>  
>
> ** **
>


RE: Azure Websites WebAPI Authentication

2012-10-15 Thread Greg Low (GregLow.com)
Hi Craig,

 

Yes, that was one I’d been reading. The issue is that I don’t think that 
Windows Azure Websites support SSL yet.

 

Regards,

 

Greg

 

Dr Greg Low

 

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax 

SQL Down Under | Web:  <http://www.sqldownunder.com/> www.sqldownunder.com

 

From: Craig van Nieuwkerk [mailto:crai...@gmail.com] 
Sent: Tuesday, 16 October 2012 9:59 AM
To: g...@greglow.com; ozDotNet
Subject: Re: Azure Websites WebAPI Authentication

 

I think it depends on your requirement. What I am going to do is use Basic 
Authentication combined with Https. 

 

Something like

 

http://remy.supertext.ch/2012/04/basic-http-authorization-for-web-api-in-mvc-4-beta/

 

Craig

 

 

On Tue, Oct 16, 2012 at 9:55 AM, Greg Low (GregLow.com)  
wrote:

Hi Folks,

 

What’s the best way to provide authentication for REST services exposed by MVC4 
WebAPI within Windows Azure Websites?

 

Regards,

 

Greg

 

Dr Greg Low

CEO and Principal Mentor

SQL Down Under

SQL Server MVP and Microsoft Regional Director

1300SQLSQL (1300 775 775) office | +61 419201410   
mobile│ +61 3 8676 4913   fax 

Web:  <http://www.sqldownunder.com/> www.sqldownunder.com

 

 

 



Re: Azure Websites WebAPI Authentication

2012-10-15 Thread Craig van Nieuwkerk
I think it depends on your requirement. What I am going to do is use Basic
Authentication combined with Https.

Something like

http://remy.supertext.ch/2012/04/basic-http-authorization-for-web-api-in-mvc-4-beta/

Craig


On Tue, Oct 16, 2012 at 9:55 AM, Greg Low (GregLow.com) wrote:

> Hi Folks,
>
> ** **
>
> What’s the best way to provide authentication for REST services exposed by
> MVC4 WebAPI within Windows Azure Websites?
>
> ** **
>
> Regards,
>
> ** **
>
> Greg
>
> ** **
>
> Dr Greg Low
>
> CEO and Principal Mentor
>
> *SQL Down Under***
>
> SQL Server MVP and Microsoft Regional Director
>
> 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913fax
> 
>
> Web: www.sqldownunder.com
>
> * *
>
> ** **
>