Skip to content
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

[FEATURE REQUEST] Authenticated Webfinger #3943

Closed
10 tasks done
abelgardep opened this issue Mar 1, 2023 · 0 comments · Fixed by #3945 or owncloud/android-library#545
Closed
10 tasks done

[FEATURE REQUEST] Authenticated Webfinger #3943

abelgardep opened this issue Mar 1, 2023 · 0 comments · Fixed by #3945 or owncloud/android-library#545

Comments

@abelgardep
Copy link
Contributor

abelgardep commented Mar 1, 2023

Extend support for the WebFinger protocol

Authentication is necessary to prevent leaking information about existing users.
Basic auth is not supported.

Additional context
https://github.com/owncloud/ocis/tree/master/services/webfinger

TASKS

  • Research (if needed)
  • Create branch feature/authenticated_webfinger
  • Development tasks
    • Retrieve the oidc issuer from webfinger
    • Retrieve the oC instances from authenticated webfinger
    • Check compatibility with old webfinger implementation
  • Code review and apply changes requested
  • Design test plan
  • QA
  • Merge branch feature/authenticated_webfinger into spaces/main

PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants