Is there a direct URL to the OBIEE login page?
We are trying to setup SSO to OBIEE via IBM WebSEAL and FSSO/GSO (i.e. login form scraping...)
It is working... however, since the login page does not appear to have a unique URL, we are seeing a couple issues. Does a direct URL to the login form exist?
Right now, we have to append a string to the end of the request to identify to WebSEAL the initial request that requires SSO - for example:
https://our.host.name/bi/saw.dll?Dashboard&sso=true
The problem is that URL parameter sticks around after the login, which can mess things up.
Thanks in advance
- Erik