WAS v8.5 > Reference > SetsJASPI authentication provider details
Use this page to provide configuration details for the custom Java Authentication SPI (JASPI) authentication service provider.
To view this dmgr console page, click...
Security > Global security. Under Authentication, click Providers. Select an existing authentication service provider name
Provider name
Specifies a name that uniquely identifies the authentication provider.
Specifies a textual description of the authentication provider.
Class name
Package-qualified name of the class that implements the authentication provider interface (javax.security.auth.message.config.AuthConfigProvider).
Message layer
WebSphere Application Server v8.5 supports only the HttpServlet message layer profile as defined in the JASPI specification.
Custom properties
Specifies additional custom properties needed to initialize the authentication provider. This parameter is a list of key/value pairs.
Click Delete to remove a custom property or Edit to modify a custom property.
Related
Implement a custom authentication provider using JASPI
Configure a new JASPI authentication provider
Modify an existing JASPI authentication provider
Delete a JASPI authentication provider
Develop a custom JASPI authentication provider
Enable JASPI authentication using the Map JASPI provider option during application deployment
Reference:
JaspiManagement command group for AdminTask
JASPI authentication enablement for applications