Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Federated cloud id, used instead of local uid #4

@mickenordin

Description

@mickenordin

I have been trying to debug some stuff today, the symptom is that the "Getting started button" in RDS does nothing. It seems that from the point of view of Sciebo-RDS the federated cloud id is passed on to RDS from Nexcloud, instead of the local userid:

{'error': 'UserNotFoundError', 'http_code': 500, 'description': '{"type": "User", "data": {"username": "kano@sunet.se@sunet.drive.test.sunet.se"}} not found'}

The above error message is from the log of: layer2-port-service

That means that the username, in this case, is set to: kano@sunet.se@sunet.drive.test.sunet.se instead of what I suspect that it really needs: kano@sunet.se

I have been tryinmg to hardcode the user name in various places in lib/Controller/PageController.php and lib/Controller/RdsApiController.php but without being able to find where it is actually set.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions