Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages<12
RIA calls returning 401 Unauthorized
cjmcgee
#21 Posted : Wednesday, January 11, 2012 10:06:16 AM(UTC)
Groups: Member
Joined: 1/4/2012(UTC)
Posts: 16
Location: Raleigh, NC

Interesting and worrying...; thanks for the update!
Ultidev Team
#22 Posted : Wednesday, January 11, 2012 10:14:12 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi!

Is using windows auth an exceptable workaround? Turning off anonymous and turning on windows does make ria service work under UWS. We are still working on the issue.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
cjmcgee
#23 Posted : Wednesday, January 11, 2012 11:28:32 AM(UTC)
Groups: Member
Joined: 1/4/2012(UTC)
Posts: 16
Location: Raleigh, NC

Requiring windows authentication is not going to really be workable for us. Our product already requires non-windows credentials (we talk to a legacy app) to log in so "logging in" twice with windows and then proprietary credentials would confuse our users.

Surprisingly few customers have had a problem with installing IIS, mostly since MS has linked IIS to the "professional" versions of its OS and also linked joining a domain to the "professional" version or higher. This means we have not run into many customers using a "home" version of the OS. Our main problem with IIS is that sometimes local IT has locked it down in weird ways or added group policies which effect it in weird ways. So the main benefit of using UWS would be cut down our support costs by a) the client does not have to figure out how to install IIS and b) offer a quick alternative when when IIS was setup in some way that causes problems for our app. Making them log in twice would negate those support savings.
Ultidev Team
#24 Posted : Wednesday, January 11, 2012 1:18:04 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Thank you much for the details.

We most certainly are going to try to fix this problem in the next release. But while you use existing build, using Windows authentication in the Intranet/inside-the-LAN setting could be a temporary fix. With modern browsers Integrated Windows authentication (NTLM/Kerberos) does not pop up prompts for username/password if server and client are on the same or related domain - browsers just pass current client user token.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Ultidev Team
#25 Posted : Friday, January 13, 2012 8:29:46 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Sorry it's taking a while. We have contacted Microsoft RIA folks and gearing up for RIA code tracing. We should have more information in a couple of days.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
cjmcgee
#26 Posted : Friday, January 13, 2012 1:54:59 PM(UTC)
Groups: Member
Joined: 1/4/2012(UTC)
Posts: 16
Location: Raleigh, NC

No problem, thanks for working on this
Ultidev Team
#27 Posted : Tuesday, January 17, 2012 11:02:10 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Microsoft RIA folks have acknowledged receiving our support request. We'll keep you posted about the progress.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Ultidev Team
#28 Posted : Thursday, January 19, 2012 12:35:50 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
We are in contact with RIA devs, so hopefully we'll have something to report soon.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Ultidev Team
#29 Posted : Saturday, February 4, 2012 3:59:51 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi,

Microsoft RIA Services people investigated and were able to reproduce the problem. They said that authorization fails in WCF pipeline, before control reaches RIA. We have forwarded this issue to WCF folks, and will keep you posted regarding the progress.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Ultidev Team
#30 Posted : Thursday, March 22, 2012 10:46:28 AM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi there!

It took us a few attempts to solve this, including protracted and largely futile dialog with Microsoft, but we can offer a simple work-around: please set <authentication mode="None" /> in the <system.web> section of the web.config (see attached), if you use Anonymous auth in your application's UWS authentication settings. In order to continue using Windows auth (default in web.config) in your app, please select "negotiate" or NTLM auth option in UWS application settings and clear Anonymous checkbox.

We are working on making Windows auth in UWS behave in a way that is more consistent with how IIS does it. Hopefully next build (16) will have solution that will let you keep default web.config auth settings (Windows) and combine it with "Anonymous" auth in UWS.

Best regards,
UltiDev Team.
File Attachment(s):
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
cjmcgee
#31 Posted : Thursday, March 22, 2012 3:31:56 PM(UTC)
Groups: Member
Joined: 1/4/2012(UTC)
Posts: 16
Location: Raleigh, NC

That seems to be working. Thank you for all your help on this
Ultidev Team
#32 Posted : Thursday, March 22, 2012 3:33:47 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
You bet!

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Guest
#33 Posted : Monday, January 8, 2018 9:19:10 PM(UTC)
Groups:

Message was deleted by a Moderator.
Rss Feed  Atom Feed
Users browsing this topic
Guest
2 Pages<12
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.