Kishor Deshpande
Kishor Deshpande

Reputation: 1

How to allow certain password always in Filenet P8 using Authentication.UserCredentials?

I am implementing a solution in Filenet P8 where I want to allow the users who are logging in as some "Password" when they log on using Filenet.Api.Authentication.UserCredentials.

Anyone implemented similar solution?

Upvotes: 0

Views: 245

Answers (1)

swepss
swepss

Reputation: 501

FileNet has no implementation for authentication process, only for authorization. FN authenticate users through JAAS implementation of Application Server.

You can implement and register in Application Server your own login module (JAAS spec) to authenticate user in not standard way.

This is only one way to change authentication mechanism for FileNet.

Upvotes: 1

Related Questions