|
Posted by Ke Jin on May 17, 2005, 10:29 am
If you were Registered and logged in, you could reply and use other advanced thread options
Generic Usenet Account wrote:
> Security Management plays a vital part in any distributed
environment.
> Services are provided only after the client has been properly
> authenticated. After successful authentication, subsequent service
> requests contain a certain "handle" that enable the server to trace
the
> request back to an already authenticated user. The handle can take
> many forms ---- for example IP address and port number in the case of
> Telnet and FTP.
>
> I have two questions:
> (1) Is there a standardized way for a CORBA server to trace a
request
> from a client application to a previously authenticated user? Or
does
> it depend on a particular orb implementation?
>
See OMG CSIv2 (chapter 24 of CORBA 3).
> (2) What are the commonly accepted ways of authorizing requests in a
> distributed client/server setup?
See OMG Authorization Token Layer Acquisition Service (ATLAS)
specification.
Ke
|