SSO and web app configuration

Our environment is configured with SSO for internet sites. Is there anything I need to set in a web application itself, or does server handle all authentication?

Domino servers and Domino web apps.

Xie Xie

Subject: SSO and web app configuration…

The server requires an authentification if- the server is configured to accept only authenticated users or

  • the application’s ACL is set to “default = No Access, Anynomous = No Access”.

You should keep in mind that the url syntax allows users to open databaseelements that you have not planned to be published.

You should:

  • make sure (using Reader-Fields) that all users are only allowed the documents you want them to see

  • make sure (using author-Fields + appropriate ACL design) that all users are only allowed to edit the documents you want them to edit

  • make sure that views that you want to hide from web are hidden in web

etc.pp

There are some very good Redbooks on this…