-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
When using the token generated by clientId and secret of technical user created with Connector Management profile, user tries to update the connector URL 409 error displays with following error details:
errorId": "********", "details": [ { "errorCode": "CONNECTOR_CONFLICT_SET_BPN", "type": "AdministrationConnectorErrors", "message": "The bpn of company {companyId} must be set", "parameters": [ { "name": "companyId", "value": "********" } ] } ] }
Current Behavior
409 error when updating the connector URL with the token issued via the associated technical user for that connector.
Expected Behavior
URL can be updated via the UI and via the associated technical user generated token.
Steps To Reproduce
- Login to portal UI
- Create a technical user 'Internal technical user profile'
- Select role 'Connector Management'
- Register a connector and configure with the created technical user
- Create a token with the technical user created
- In Swagger use API: PUT /api/administration/connectors/{connectorId}/connectorUrl
NOTE
- If the token to make the call is the token generated via portal UI, API request is successful
- If the token used to make the call is generated via the technical user, API request throws an error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
NEW USER REQUEST