Questions tagged [backbase]
14 questions
19
votes
3 answers
sharing a single service across multiple angular 5 applications
I'm running multiple small angular 5 applications as widgets inside my backbase application. Now I'm trying to write a global service, which is at window level, and share across all applications.
Currently, I'm making the service static and using in…

Rohith S. Ranade
- 191
- 1
- 6
5
votes
0 answers
Modified URLSession.shared to implement certificate pinning, how did they do it?
On my project, we are using a closed source framework (Backbase, if you wanna know). This is an hybrid application framework that offers many security options "out of the box". One of them is certificate pinning, and I am quite intrigued by its…

hulius
- 189
- 1
- 8
1
vote
0 answers
get error when i try to consume spec openapi in service project backbase
I'm following A tutorial in backbase academy exactly in chapter "Backbase Backend Essentials Course - Service SDK and Direct Integration Services" and i get error when i try to consume specification from service project , this is the…

mohamed amine salah
- 317
- 2
- 12
1
vote
1 answer
Backbase redirection issue
I'm running a portal based on Backbase and I have recently added a new LINK file (let's call it myLastLinkPath) in the following path:
src/main/import-scripts/portal/myPortal/links
The problem now is that when I access (through the browser) to my…

Rafa Romero
- 2,667
- 5
- 25
- 51
1
vote
2 answers
spring-security-saml2-core calling Backbase?
After I upgrade the following dependency from 1.0.3 to 1.0.4, I get an error which doesn't make a sense to me.
org.springframework.security.extensions
spring-security-saml2-core
…

vic
- 2,548
- 9
- 44
- 74
0
votes
0 answers
Facing issue to Build and deploy backbase custom authenticator
I am working on backbase identity version 2022-08-LTS. Trying to use custom authenticator using link but when i execute the command java -cp…

Piyush Chaudhari
- 962
- 3
- 19
- 41
0
votes
0 answers
backbase services configuration - Client-side private key
Does the application's encrypted private key need to be exposed on the client side? This is about backbaseservices
poc

kola popa
- 1
- 1
0
votes
1 answer
Backbase Integration with Spring Microservices
We want to create middle tier using Spring Microservices which works as communication bridge between Backbase and Finxact. Backbase hosted by another vendor so do not have full control of it. We only need to focus on our Integration layer.
What are…

Harsh Kanakhara
- 909
- 4
- 13
- 38
0
votes
1 answer
How to implement x-frame in Backbase
How to implement x-frame in Backbase. Anyone can explain about it and how to implement it. Any help would appreciate.

user3793029
- 135
- 3
- 13
0
votes
1 answer
Retrieving Contact List using BackBase CXP?
When using Backbase framework, here is an example, in iOS or Android, do you know how to retrieve the contact list of the phone using this framework?
I haven't found enough documents nor examples that could be of help.
Regards,
Jeff

Jeff
- 39
- 2
0
votes
1 answer
Use single url to access multiple backbase pages
Is it possible to create single url to access all backbase pages?
For instance I have two pages /portal/xyz/abc and /portal/xyz1/abc1. I want to access them via single url in web browser.

himanshu saini
- 123
- 1
- 1
- 9
-1
votes
1 answer
Error no exported member 'HTTP_PARAMS_FACTORY'
I'm following Backbase Frontend Essentials course on https://bbacademy.learnupon.com/ - and the task was to generate a data module with RAML (the RAML was provided). I downloaded the provided RAML, followed the tutorial, but when I went to view in…

Heather Mathies
- 9
- 5
-1
votes
1 answer
Getting BackbaseConfigurationException while serverstartup (Webshpere 8.5.5)
However the config file for which it complains is at the correct location I checked 10 times.
Please help
[26-2-17 15:27:38:716 CET] 00000045 webapp I com.ibm.ws.webcontainer.webapp.WebApp log SRVE0292I: Servlet Message - [BA621 PBI Portal…

Neeraj Sharma
- 463
- 1
- 9
- 27
-1
votes
1 answer
Break Point is not working in Xcode7.3
I started work on a project written in ObjectiveC++ (.mm file extensions) with backbase on Xcode 7.3. During work I found that break point is not working in the app. I have reset the settings but still no success. I have also gone through below but…

Gagan_iOS
- 3,638
- 3
- 32
- 51