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
  • 1.  Differences b/w Component-managed Authentication & Container-managed Authentication Alias

    Posted 11/26/14 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 12/11/14 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 12/19/14 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.