-
Notifications
You must be signed in to change notification settings - Fork 156
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
[full-ci] Webfinger redirect app #8884
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far so good!
Results for e2e-tests oCIS https://drone.owncloud.com/owncloud/web/35110/12/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/35110/tracing/space-members-can-be-invited-with-an-expiration-date-alice-2023-4-25-10-24-29.zip |
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
Description
This PR introduces a new app which is responsible for performing an authenticated webfinger discovery and either redirecting the user to their ownCloud instance or showing a comprehensible error message.
In its current state the app is meant for being run in a standalone ownCloud Web deployment - the full fledged ocis instance is the redirect target after the webfinger discovery. ;-) I still decided to put the app into our mono-repo because in the future this will transition into a multi-tenancy instance selection and that makes sense to be run alongside our other apps then.
Related Issue
How Has This Been Tested?
Not at all, yet. Need to write unit tests...
Types of changes
Checklist:
Open tasks:
Followup tasks: