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

[866 byte] By [Karthik_Krishnamoorthy] at [2007-11-25 4:28:07]
# 1
A few things to check here the gateway by default has http basic authentication enabled you might wanna uncheck ..what kind of an authentication are you using ? is it anonymous or some other authentication ?
Karthik_Krishnamoorthy at 2007-6-30 21:13:51 > top of Java-index,Web & Directory Servers,Portal Servers...