I’m building a composite app in Notes 8 and have a problem with authentication. One view has a Notes Form which allows the user to select an institution. When the user selects that institution, a URL is pushed out on the wire that points to a NotesView in another database categorized by the institution’s ID. A second composite app view has a managed browser. The URL from the first CA view is wired to the ‘Set URL to browser and load’ action on the managed browser. If ANONYMOUS has reader access in the second database, no problem. If I remove access, then the user needs to authenticate. When the user enter’s their ID and PW, all is fine until they close Notes. There is an account set up for HTTPS in the Preferences, but evidently that isn’t called when the browser needs credentials. Does anyone know how to get around this? Will I have to pull the credentials out of the KeyStore myself? And if so, how do I get them to the managed browser?
Thanks for any information about authentication and composite apps. It seems that there isn’t too much info out there on how to do it.
Regards,
John