Modifying an existing JASPI authentication provider using the administrative console

You can modify and configure an existing Java™ Authentication SPI (JASPI) authentication provider in the cell or in the given security domain by using the administrative console.

About this task

To modify and configure an existing JASPI authentication provider using the administrative console, do the following:

Procedure

  1. Click Security > Global security.
  2. Click Providers.
    You also have the option to change the Default provider from the drop-down list.
    Note: You can modify the value of the Enable Java Authentication SPI (JASPI) checkbox to indicate whether or not JASPI support is enabled at a later time.
  3. Select an existing JASPI authentication provider to modify.
  4. Optional: Enter a textual description of the authentication provider in the Description field.
  5. Enter a new package-qualified name of the class that implements the authentication provider interface (javax.security.auth.message.config.AuthConfigProvider) in the Class name field if you wish to change it.
    Note: In the Message layer field, the WebSphere® Application Server supports only the HttpServlet message layer profile as defined in the JASPI specification. You cannot change this value.
  6. Optional: Under Custom Properties, select an existing custom configuration property. Click Delete to remove the property, Edit to modify the property, or click New to create a new property.
    If you select Edit to modify an existing property, you can enter new values for the Name field and Value field if you wish to change them.

  7. Click OK or Apply.

What to do next

You can also modify an existing JASPI authentication provider by using wsadmin commands. For more information, read JaspiManagement command group for the AdminTask object.

Verify that your server has been restarted so that the changes to configure the JASPI provider will take effect.