BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 11-23-2005, 05:09 AM   #1
Jonny Haze
New Member
 
Join Date: Oct 2005
Location: London UK
Model: 8700
Posts: 13
Question MDS Authentication for intranet/internal apps

Please Login to Remove!

We are trying to get our Blackberries to authenticate using the NT account that has been configured in the MDS or the actual users NT account (not sure if this is possible?) for intranet sites that require authentication. When clicking on a link to the below code it should force NT authentication in any intranet application. Although what happens is that the logon prompt on the device appears even though we have a valid NT account configured for authentication which works on most sites, any ideas?. The code should return the domain\logon details

Note. the web application in IIS has Integrated Windows Authentication enabled.

The following asp code and should force NT authentication in any intranet application.

<%@LANGUAGE="VBScript"%>
<%
If Request.ServerVariables("LOGON_USER") = "" Then
' force authentication if not
Response.Clear
Response.Status = "401 Access Denied"
Response.End
Else
' store the client's user name ins a session variable
strLogonUser = Request.ServerVariables("REMOTE_USER")
response.write strLogonUser

End If
%>

Our BES System
BES v4.0.2 HF3
Handheld 7730

thanks
JH
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


150mm/6

150mm/6" Semiconductor 15-Tray Wafer Cassette/Magazine for Robotic Inspection

$349.00



Peak, Atlas DCA55 Semiconductor Tester,  picture

Peak, Atlas DCA55 Semiconductor Tester,

$97.99



Dual Range Transistor Diode Semiconductor & Passive Curve Tracer Tester/Tracker picture

Dual Range Transistor Diode Semiconductor & Passive Curve Tracer Tester/Tracker

$26.99



New Peak Atlas DCA55 Semiconductor Component Analyzer Tester DCA 55   picture

New Peak Atlas DCA55 Semiconductor Component Analyzer Tester DCA 55

$86.94



Silicon Wafer Integrated Circuit CPU Chip Technology Semiconductor Lithography13 picture

Silicon Wafer Integrated Circuit CPU Chip Technology Semiconductor Lithography13

$78.99



MRF6VP11KH Transistor FM broadcast RF Power Field Effect Transistors 1000 Watt  picture

MRF6VP11KH Transistor FM broadcast RF Power Field Effect Transistors 1000 Watt

$149.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.