Results 1 to 3 of 3

Thread: Bypass the login request

  1. #1
    Member
    Join Date
    2015-10
    Posts
    3
    Login to Give a bone
    0

    Question Bypass the login request

    I am using a local installation to test/develop my new MapGuide application.

    Finally today I managed to find a solution on how to activate Windows Authentication in IIS7 (I am running MapGuide 2009 [both Enterprise and Studio] on a Windows Vista Bussiness HP laptop). It seems that this was not enough in order to get rid of the User login request, that pops-up whenever I am opening a MapGuide session (either directly from the browser or through MapGuide Studio's "View in browser" option).

    Do I need to change other settings or change some permissions at the server level?

  2. #2
    100 Club JeremiahM's Avatar
    Join Date
    2000-12
    Location
    Colorado Springs, CO
    Posts
    186
    Login to Give a bone
    0

    Default Re: Bypass the login request

    If you are using a Basic Layout (not Flexible) add this to the end of your URL:

    &USERNAME=”username”&PASSWORD=”password”

    Make a shortcut and add that, works great for an Intranet.

    For the internet, you will need to pack it up in .asp, .php, or java.

    If you are using a Flexible layout you have to add code, here is a link to a thread on this at OSGEO:

    http://n2.nabble.com/Query-String-Au....html#a1817217

    Hope this helps,

    Jeremiah

  3. #3
    Member
    Join Date
    2008-10
    Posts
    3
    Login to Give a bone
    0

    Default Re: Bypass the login request

    Alternatively, you could have a loader page that generates a session id server-side using the MapGuide API and then redirects to the viewer url adding in:

    &SESSION=yourgeneratedsessionid

    - Jackie

Similar Threads

  1. Default bypass target for STM export
    By kspear in forum Civil 3D Wish List
    Replies: 0
    Last Post: 2013-07-31, 08:05 PM
  2. How to bypass the dialog when using the EXTRACTTABLE
    By jgardner.79905 in forum AutoLISP
    Replies: 4
    Last Post: 2010-07-11, 02:11 PM
  3. error code bypass?
    By andreasen_michael_jon in forum VBA/COM Interop
    Replies: 7
    Last Post: 2008-01-10, 08:35 PM
  4. Bypass MENULOAD command (acad2005)
    By jcooke96119 in forum AutoCAD Customization
    Replies: 3
    Last Post: 2005-11-14, 05:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •