How to allow certain password always in Filenet P8 using Authentication.UserCredentials? -
i implementing solution in filenet p8 want allow users logging in "password" when log on using filenet.api.authentication.usercredentials.
anyone implemented similar solution?
filenet has no implementation authentication process, authorization. fn authenticate users through jaas implementation of application server.
you can implement , register in application server own login module (jaas spec) authenticate user in not standard way.
this 1 way change authentication mechanism filenet.
Comments
Post a Comment