Accessing products through Web 5.0
The senior X Platform allows access to Senior products made available through Web 5.0 access.
To do this, it is necessary to parameterize the call of themenu with the desired product information and configure the com.senior.g7.identityServerURL key, in the Senior Configuration Center, with the value https://platform.senior.com.br:8243/t/senior.com.br/bridge /1.0/rest/usuarios/userManager/queries/obterMeusDados.
Currently, only People Management allows this integration to be carried out, starting with version 6.2.33.23:
- Access Technology > Customization > Applications;
- Click on the already created application and, inActions, select Add URL;
- Enter the configuration URL and confirm this change. To add this configuration, you must have a .json configuration file available on a company server;
If you prefer, add the configuration file in JSON format instead of the URL. If this file has any changes, it is necessary to add it again. To do this, clickActions is at Add file. This file must be made available at a public URL (accessible via the internet), with a valid digital certificate.
- To hide the URL already entered, click the buttonActions next and selectHide.
Important
In older versions, the term Applications is still referred to as Modules.
It is recommended to place on the same Web 5.0 server with the information according to your environment:
- label: name that will be displayed in the senior X Platform menu;
- menuId: URL, port, and application name in Web 5.0
- url: URL of the desired Web 5.0 page, this page can receive the parameters already normally used in Web 5.0.
- withCredentials: fill in the value "true" so that access occurs without having to enter the username and password again.
1 two 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{ "menu": { "children": [ { "label": "Rubi Web", "path": { "category": "NewTab", "menuId": "https://<server name>:<port>/ <application name> /integration.htm?url=<URL of desired 5.0 web page>", "withCredentials" : true } } ] } } |