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


Sonoscape C362 Ultrasound Probe & Transducer picture

Sonoscape C362 Ultrasound Probe & Transducer

$2500.00



FREQUENCY TRANSDUCER picture

FREQUENCY TRANSDUCER

$44.99



GE 4C Convex Array Ultrasound Transducer Probe - 2401359 picture

GE 4C Convex Array Ultrasound Transducer Probe - 2401359

$400.00



1/8NPT Stainless Pressure Transducer Sender Sensor For Oil Air Fuel Gas 150Psi picture

1/8NPT Stainless Pressure Transducer Sender Sensor For Oil Air Fuel Gas 150Psi

$13.98



Lowrance PD - WBL Transducer 106 - 73 picture

Lowrance PD - WBL Transducer 106 - 73

$64.95



RDP Electronics Transducer Indicator E309 picture

RDP Electronics Transducer Indicator E309

$250.00







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