Note: This page was translated using automation resources with the purpose of providing content in your language more quickly. Consequently, it may have grammatical errors and similar situations. If the content is not useful in this state, in the page footer you can access the original material in Brazilian Portuguese and also give us opinions on this translation.

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:

  1. Access Technology > Customization > Applications;
  1. Click on the already created application and, inActions, select Add URL;
  2. 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.
  1. 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:

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

}

}

]

}

}

Did this article help you?