Dec 20th, 2009, 12:48 PM
#1
[RESOLVED] Multi-Page & Security Techniques
Ok so we have ...
1. Multiple pages in a single xap file
2. Single page in a single xap file
3. Multiple xap files
I need windows authentication with a login (didnt get approved to do integrated seemless logins ), the appearance of or actual multi page experience.
So which or is there something more that we can add that would make a multiple page or multipage simulation most secure?
Thanks
VB/Office Guru™ (AKA: Gangsta Yoda ™ ® )
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
Microsoft MVP 2006-2011
Office Development FAQ (VBA, VB 6, VB.NET, C#)
Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it!
• Star Wars Gangsta Rap • Reps & Rating Posts • VS.NET on Vista (New) • Multiple .NET Framework Versions (New) • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007
Dec 29th, 2009, 01:32 AM
#2
Re: Multi-Page & Security Techniques
After researching,... I went with a single xap file with mutiple pages.
Calling WCF services to do the authentication from within SL.
If the user logs in and authenticates sucessfully then its stored in an object in memory for when we make other WCF calls which also require the user to be authenticated. All this in an intranet environment under terminal services running ssl on iis on a second server. Cross domain scripting to allow the communication between servers. You can cal the authentication methods within WCF unless its over https.
Multiple xap file approach has its downside as a user can script their own page and paste in the SL object tag code to try to load the control without logging in.
VB/Office Guru™ (AKA: Gangsta Yoda ™ ® )
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
Microsoft MVP 2006-2011
Office Development FAQ (VBA, VB 6, VB.NET, C#)
Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it!
• Star Wars Gangsta Rap • Reps & Rating Posts • VS.NET on Vista (New) • Multiple .NET Framework Versions (New) • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules