Hi Matt,
So, it sounds like you're planning two different mechanisms for
authentication: 1) LDAP and ACLs (also known as Early Binding), 2)
SSO integration (also known as Late Binding).
To the best of my knowledge, you only need one auth mechanism, unless
of course, the LDAP way isn't working for you for some reason.
Yes, you can connect to SSO without SAML, provided your SSO
communicates authenticated sessions with cookies. If so, you only
need the SSO login setup in Crawl and Index > Forms Authentication,
then in Serving > Forms Authentication you need a Sample URL for the
appliance to use to get itself authenticated and to verify incoming
authenticated sessions. This will always happen at the GSA, and this
is what you want to have happen, because the GSA will then only send
back the results that the authenticated user is authorized to see.
However, if you have LDAP available, along with a database of ACLs,
then I don't believe you need any SSO integration at all. Again, I
don't know your particular issues and sequence of events that led you
to where you are. :)
Now, I haven't implemented the LDAP way, because our particular
architecture would make the ACL route too complicated, so I don't know
that I can advise you there. I can certainly adivse uses of SSO
integrations, however.
Jeff