WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Differences b/w Component-managed Authentication & Container-managed Authentication Alias

  • 1.  Differences b/w Component-managed Authentication & Container-managed Authentication Alias

    Posted Wed November 26, 2014 03:12 AM
    All,
    Could anyone tell me diff b/w Component-managed Authentication & Container-managed Authentication Alias.

    Thanks,

    Saravana  


  • 2.  Differences b/w Component-managed Authentication & Container-managed Authentication Alias

    Posted Thu December 11, 2014 02:19 PM
    Componet managed authentication & Container manged authentiction are the secutiy setting for authenticating the resources.

    In Component mangaged authentication, authentication can be done at components i.e what we defined at J2C authentication.

    In Container manged authentication, authentication can be done at continer level and it will happen when absence of Component managed authentication.


  • 3.  Differences b/w Component-managed Authentication & Container-managed Authentication Alias

    Posted Fri December 19, 2014 11:01 AM
    As said by Gawtham, container managed authentication is handled at container level i.e you need to define J2C authentication aliases and select the authentication mode to be container managed.

    In case of component managed authentication, I guess it is running application that supplies the credentials for login.

    Hope this helps.