-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only provider should be able to update the connector url #1085
Comments
@dhiren-singh-007 @MaximilianHauer : I think the behavior should depend on the ConnectorType:
|
@ntruchsess : I think if COMPANY_CONNECTOR type can have a different provider and host then i think it make sense to allow host to update the connector. |
@dhiren-singh-007 : you are right - ConnectorTypeId.COMPANY_CONNECTOR typed connectors are being created with host and provider being set to the same id: portal-backend/src/administration/Administration.Service/BusinessLogic/ConnectorsBusinessLogic.cs Line 115 in 3a07d78
|
Current Behavior
Currently in portal backend there is a validation that only host can update the connector url which restricts the provider to update the connector url.
Expected Behavior
Actually provider is the one who provides the connector so only provider should be able to update the connector url.
Steps To Reproduce
Provider : ABC
Host : XYZ
The text was updated successfully, but these errors were encountered: