Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: domino server SSO problem
~Dean Asaboosibergoden 10.Mar.07 05:02 PM a Web browser
Domino Server All Releases All Platforms


it can be done and you are on the right path so the issue is with the code

1) Post the code

2) Create a test database that allows anonymous access
Create an agent like below
Instead of trying to get your url "http://server.nsf/viewname?openview" get the url to the agent. this will log the username and cookie value to help in debugging.





Sub Initialize
Dim s As New notessession
Dim doc As NotesDocument
Dim auditDoc As NotesDocument
Dim db As NotesDatabase

Set db = s.CurrentDatabase
Set doc = s.DocumentContext

Set auditdoc = db.CreateDocument

auditDoc.Form = "Audit"
auditDoc.REMOTE_USER = doc.REMOTE_USER(0)
auditDoc.Body = doc.Request_Content(0)
auditDoc.Cookie = doc.HTTP_COOKIE (0)
Call auditDoc.Save(True, True)

End Sub




domino server SSO problem (~Mary Bubtumiko... 10.Mar.07)
. . RE: domino server SSO problem (~Dean Asaboosib... 10.Mar.07)
. . . . RE: domino server SSO problem (~Mary Bubtumiko... 10.Mar.07)
. . . . . . RE: domino server SSO problem (~Dean Asaboosib... 10.Mar.07)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS