Channel uses HTTP Basic Authentication for Backend System
Hello,
I'm writing a channel which includes Content from a Oracle Application Server.
To get the content, the channel must "log on" using Basic Authentication.
I've managed to use a Java "Authenticator"-class and register it as the
"default Authenticator" in the channel.
The Authenticator gets its user-dependend Logon Information from the Profile
Server using Profile API.
So far, no problem.
But: as soon as a second user uses this channel, the authenticator isn't
called; instead, it uses the credentials from the first user.
Anyone solved this problem already in the past ?
Does the portal server any "authentication caching", and how can I avoid
this ?
Even a separate "Logoff" after each call, using a special URL, works.
Thanks,
Juergen

