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

using WebfingerManager #1016

Closed
ArtificialOwl opened this issue Sep 11, 2020 · 7 comments
Closed

using WebfingerManager #1016

ArtificialOwl opened this issue Sep 11, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ArtificialOwl
Copy link
Member

WIP as it might be better to create a WellKnownManager that would manage

  • /.well-known/webfinger
  • /.well-known/nodeinfo
  • /.well-known/hostmeta

instead of just managing the first one

@ArtificialOwl ArtificialOwl added the enhancement New feature or request label Sep 11, 2020
@ArtificialOwl ArtificialOwl added this to the Alpha 4 milestone Sep 11, 2020
@ArtificialOwl ArtificialOwl self-assigned this Sep 11, 2020
@ArtificialOwl ArtificialOwl changed the title [nc] using WebfingerManager using WebfingerManager Sep 11, 2020
@jancborchardt jancborchardt removed the nc label Sep 24, 2020
@ArtificialOwl
Copy link
Member Author

@tacruc
Copy link

tacruc commented Feb 22, 2021

On nextcloud 21 I recive the .well-known/webfinger not correct warning on the social page.

curl https://domain.com/.well-known/webfinger?resource=acct:user@domain.com
{"message":"webfinger not supported"}

I was wounding if it is connected to this Issue here?

@ArtificialOwl
Copy link
Member Author

not related, this will be fixed later this week !

@mashedkeyboard
Copy link
Contributor

On nextcloud 21 I recive the .well-known/webfinger not correct warning on the social page.

curl https://domain.com/.well-known/webfinger?resource=acct:user@domain.com
{"message":"webfinger not supported"}

I was wounding if it is connected to this Issue here?

I'm still geting this issue on NC21 - @daita, do you know when that fix is planned for inclusion in a release?

@cClaude
Copy link

cClaude commented May 22, 2021

Getting {"message":"webfinger not supported"} as well on stable channel.

This message is not clear for me. I would like to know what is wrong in my configuration ?

Or should I use this workaround - setting 'check_for_working_wellknown_setup' => false, in the application's configuration.

@mashedkeyboard
Copy link
Contributor

social seems to be completely incompatible with Nextcloud 21 until this is fixed, which is a shame :( any word on a fix, @ArtificialOwl? I can work on a PR if it would be helpful

@CarlSchwan
Copy link
Member

This is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants