need to access the content of Single sign-on on Domino server.
The current situation is an Intranet built using Domino server and lotus database. The staff have a single sign-on that allows them to access their mail, database application etc…
I have been assigned the task of extending the Intranet with other apps. and have to use PHP, MYSQL on Apache server. This will be a separate server. One stipilation, maintain the single sign-on.
Is it possible to pass the sign-on content to another server, maybe using POST? What information can I expect to see from this sign-on content? users id?
If you are currently using (multi-server) single sign on with Domino - browsers will receive an LtpaToken cookie upon authentication. This cookie can be used by your other applications, assuming they are in the same dns domain. If you need to retrieve user information from the token for use in the non-Domino apps - there are a few ways.