I have a CPE Java API application using Spring Boot & running on Tomcat server and my CPE (5.5.2) is running in Container on WAS server. I am having a hard time setting up a security between the two. Can somebody please help me/guide me to setup security?
FileNet - Setup Authentication between CPE & Java application
944 views Asked by tiktok At
1
There are 1 answers
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in SPRING-SECURITY
- How do I propagate the current SecurityContext to my @RabbitListener in Spring Boot?
- Spring security causing 404 with message "No static resource login"
- Spring JPA Data Auditing - How to design it?
- Spring 3 - Security: How to rebuild authManager () usage?
- Error: Cannot invoke "jakarta.servlet.http.HttpSession.getAttribute(String)" because "session" is null
- how to use ldap authentication with permission taken from db without needing password in UserDetails
- This error occurred when using springsecurity for database user verification: IllegalArgumentException
- Issue with configuring SpringSecurity to allow URLs in FilterChain
- getting React Hook "useSetupInterceptors" cannot be called at the top level when try to use useSignOut hook
- Spring Authorization Server `JdbcOAuth2AuthorizationService` does not save custom User object
- Customize Authorization Code claims with Spring OAuth2 Authorization Server 3.2.4
- Spring Security Reactive OAuth2 Client: Options for Customizing Refresh Endpoint
- Repository injection in an handler spring boot class performance
- Spring Security mix form based and http basic authentication
- SecurityContextHolder.getContext().getAuthentication() is null
Related Questions in JAAS
- JAAS configuration for Managed Identity for Kafka-Connect in Azure
- Unable to access FileNet CE from BAW
- How does the tomcat servlet container know if authentication succeeds?
- requestMatchers giving Error in spring security how to solve this error?
- Wildfly 29 - War artifact doesn't work in a Remote Virtual Machine but it does in a local environment
- Getting "org.springframework.security.authentication.BadCredentialsException: Kerberos validation not succesful" exception
- Java JAAS configuration when Kerberos credential cache is externally managed
- Confluent rest prozy basic authentication doesn't work
- Search users in a group - Jetty JAAS LDAP
- Could not find a 'Kafka Client' entry in the JAAS configuration
- Tomcat Authentication Request
- Authentication with SASL using JAAS VS librdkafka oAuthBearer
- How to connect to Postgres from Spring Boot using GSS API?
- Could not find a 'KafkaServer' entry in the JAAS configuration error
- JAAS/JGSS misunderstanding
Related Questions in FILENET-P8
- Filenet Query and sub query for check other documents
- Unable to access FileNet CE from BAW
- How to get a specific value from a Task Property array in Filenet P8 Process designer
- IBM FileNet 5.2 - Visibility by security
- When should I use fetchInstance method instead of getInstance method? (ObjectStore Object) (IBM Content Engine)
- Object Class Document with relative attachments 1:n
- Taking document ownership programatically in FileNet Content Engine 3.5
- Import to FileNet using the bulk import tool in a specific folder
- SecurityException when running WorkplaceXT in local WebLogic
- How can I check if the connection to Filenet was successful?
- Filenet GetContent webservice returns the file incomplete
- FileNet P8: Add content to existing document without change ID
- What Filenet P8 API will work with FileNet Cloud
- How to use the ICM_ReceiveDocumentIDs Event?
- IBM Content Navigator plugin : logging using Log4J
Related Questions in FILENET-CPE
- Filenet Query and sub query for check other documents
- Filenet GetContent webservice returns the file incomplete
- What Filenet P8 API will work with FileNet Cloud
- How to get the count of documents for the object store using FileNet API's
- org.omg.CORBA.TRANSACTION_ROLLEDBACK: vmcid: 0x0 minor code: 0 completed: No
- IBM FileNet fix pack 5.2.1.7 installed twice
- Disable ContextMenu - IBM Content Navigator
- Document permissions Content Engine API
- FileNet - Setup Authentication between CPE & Java application
- Updating Creator property in FileNet P8
- I cant able to query the queue element using queuequery in PE filenet
- Access FileNet Content Engine from servlet
- CE Update Event: any way to pass before/after property values to a workflow?
- IBM ICN 3.0.3 - Ugly display of a ChoiceList for a mono-valued Property in the Content dialog
- FileNet Configuration Manager fails to connect to WebSphere Application Server
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
If you work with CPE through Java API (RMI over Corba, not WSI) you connect to WAS JVM and you need to use JEE ways to authenticate subject in WAS security context.
WAS as JEE-based container use JAAS spec to provide Authentication.
So you need to know how to enable support JAAS to Spring, read it https://docs.spring.io/spring-security/site/docs/4.2.x/reference/html/jaas.html
After it, you need to know how to get a connection to FN ObjectStore through FN Java API (jace.jar). There is a samples you need to obtain security context and put created Subject and connect to FN after it https://www.ibm.com/support/knowledgecenter/en/SSNW2F_5.1.0/com.ibm.p8.ce.dev.ce.doc/sec_procedures.htm#sec_procedures_obtain_login_context
But also you need to configure your JVM in the right way to work with WAS JAAS configuration. How to enable JAAS configuration for your JVM, look at this link https://www.ibm.com/support/knowledgecenter/SSNW2F_5.1.0/com.ibm.p8.ce.dev.ce.doc/gs_concepts.htm#jaas_config_files
Good luck ˆ))