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


National Instruments NI PXIe-1071 NI-SD200 Mainframe Chassis  No modules picture

National Instruments NI PXIe-1071 NI-SD200 Mainframe Chassis No modules

$450.00



Tektronix TM5006 POWER MODULE (Mainframe) Rack Mount - Option 12 picture

Tektronix TM5006 POWER MODULE (Mainframe) Rack Mount - Option 12

$249.99



Keithley 3706A Six Slot System Switch Multimeter Mainframe with 2 modules picture

Keithley 3706A Six Slot System Switch Multimeter Mainframe with 2 modules

$1200.00



Fluke Networks Versiv Modular Mainframe AS IS picture

Fluke Networks Versiv Modular Mainframe AS IS

$900.00



*JM* NEWPORT MODULAR CONTROLLER MAINFRAME MODEL 8000 W/ PROCESSOR MODULE  (FIY5) picture

*JM* NEWPORT MODULAR CONTROLLER MAINFRAME MODEL 8000 W/ PROCESSOR MODULE (FIY5)

$375.00



Chroma 6312 DC Electronic Load Mainframe  picture

Chroma 6312 DC Electronic Load Mainframe

$269.95







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