Previous Topic

Book Contents

Book Index

Next Topic

Standard Login Dialog

The Standard login dialog will be used when:

  • Any non-SSO login configuration was selected.

    For example, the 'AuthenticationManagerS3User' login configuration.

The non-SSO login configuration for the Rich client is any login configuration which does not contain the 'de.usu.s3.authentication.SingleLogonLoginModule sufficient s3user="true";' login module.

Example:

This example shows sample content of the 'AuthenticationManager.properties' and 'AuthenticationManager_jaas.config' files.

  • The 'AuthenticationManager.properties' file:

    AUTH_TYPE= AuthenticationManagerS3User

  • The 'AuthenticationManager_jaas.config' file:

    AuthenticationManagerS3User {

    de.usu.s3.authentication.DBLoginModule required dbsessions="VALUEMATION" dbuser="USERNAME" dbpassword="PASSWORD";

    de.usu.s3.authentication.S3UserLoginModule required s3user="true";

    };

See Also

Valuemation Rich Client

Single Sign On (SSO)