Trending

#webfinger

Latest posts tagged with #webfinger on Bluesky

Latest Top
Trending

Posts tagged #webfinger

Original post on hollo.social

Found this helpful resource by Ben Boyter (@boyter): a collection of sequence diagrams explaining how #ActivityPub/#WebFinger works in practice—covering post creation, follows, boosts, deletions, and user migration.

If you're trying to implement ActivityPub, the spec can be frustratingly vague […]

0 11 2 0

What about @identity.maikel.dev oh so from anyone BUT Mastodon I can use any of my domains as handles.

_Interesting_ 🤔

#Mastodon #Webfinger

0 0 0 0

Does #snac support custom #WebFinger implementation so that I can use a vanity domain to handle identities?

0 0 0 0

In #WebFinger, are there any relations that use the `template` property instead of the `href` property, excluding the `http://ostatus.org/schema/1.0/subscribe` relation?

#fedidev

0 0 0 0

Seit dem letzten Update habe ich einen Hinweis in meiner #Nextcloud.

Der Webserver ist nicht ordnungsgemäß für die Auflösung von `.well-known`-URLs eingerichtet. Fehler bei: `/.well-known/webfinger`

Wer kann mich unterstützen?

#Webfinger #31.0.8 #allinkl.com

0 0 0 0
Side-by-side comparison of `fedify node` command output showing terminal favicon display. Left side shows broken display on terminal without truecolor support with corrupted color blocks. Right side shows proper display after the fix with clean, correctly rendered favicon and NodeInfo output including mastodon.social server information and statistics.

Side-by-side comparison of `fedify node` command output showing terminal favicon display. Left side shows broken display on terminal without truecolor support with corrupted color blocks. Right side shows proper display after the fix with clean, correctly rendered favicon and NodeInfo output including mastodon.social server information and statistics.

🎉 Huge shoutout to two amazing contributors from Korea's #OSSCA program who've made excellent contributions to #Fedify!

👏 @gaebalgom tackled a tricky terminal compatibility issue in PR #282, fixing the `fedify node` command's favicon display on terminal […]

[Original post on hollo.social]

1 5 0 0
Original post on hollo.social

🎉 Big thanks to @2chanhaeng for his first contribution to #Fedify! He implemented the new `fedify webfinger` command in PR #278, which allows isolated #WebFinger lookups for testing configurations. This addresses the need for developers to test WebFinger functionality without performing […]

3 6 0 0

Die allermeisten Kreisverbände von #b90diegrunen nutzen Wordpress, das ihnen sehr oft von Verdigado zur Verfügung gestellt wird. Jeder dieser Kreisverbände könnte insofern ad hoc im Fediverse relevant werden. #ActivityPub und #Webfinger-Plugin installieren, fertig.

0 0 0 0
Original post on hollo.social

Fetching remote ActivityPub objects or actors often involves handling WebFinger lookups, content negotiation, and then parsing potentially untyped JSON.

With Fedify, it's much simpler: use `Context.lookupObject()`. Pass it a URI (e.g., `https://instance.tld/users/alice` _or_ a handle (e.g […]

1 0 0 0

I've set up a Snac instance and it all seems to work, but am I right in thinking that it doesn't support webfinger queries, or have I set something up wrong? #snac #webfinger

0 0 0 0
Original post on 1m2lab.anvil.top

Oma #nextcloud palvelin on nyt toiminnassa, ja säädetty kuntoon. Muutama havainto asiaan liittyen heille, jotka suunnittelevat itsehostaamista:

1) Nextcloud -asennuksen voi tehdä monella tapaa. Itse ajoin testin vuoksi asennukset #dietpi distron, #snap paketin ja #AIO (All-In-One) paketin […]

0 1 2 0

Fun fact: the #Fediverse doesn’t just depend on #ActivityPub.

A good portion of it runs on #WebFinger. It’s why we’re able to find each other across different servers running vastly different software.

en.wikipedia.org/wiki/WebFinger

1 0 0 0
Original post on hollo.social

#Fedify 프레임워크의 #WebFinger 구현에서 발견된 보안 취약점 CVE-2025-23221을 해결하기 위한 보안 업데이트(1.0.14, 1.1.11, 1.2.11, 1.3.4)를 배포했습니다. 모든 사용자께서는 각자 사용 중인 버전에 해당하는 최신 버전으로 즉시 업데이트하시기를 권장합니다.

## 취약점 내용

보안 연구자가 Fedify의 […]

0 0 0 0
Original post on hollo.social

We have released #security updates (1.0.14, 1.1.11, 1.2.11, 1.3.4) to address CVE-2025-23221, a #vulnerability in #Fedify's #WebFinger implementation. We recommend all users update to the latest version of their respective release series immediately.

## The Vulnerability

A security researcher […]

0 3 1 1
Add webfinger to a static apache hosted site to be discoverable from mastodon add webfinger to a hugo site hosted on a apache webserver to be findable from mastodon

I've a static #hugo site hosted on an apache webserver. I want to be findable on mastodon via my email addresses and didn't like the "catch all" nature of just creating a `.well-known/webfinger` file. So here is a mod_rewrite solution:

www.katzien.de/en/posts/202...

#mastodon #webfinger #apache

0 0 0 0

[webfinger & fediverse]

5/

Issue №3:

If we are going to use Internet domain-names, maybe host-meta could be replaced by a DNS TXT or DNS SRV record.

...

#ActivityPub #FediDevs #Fediverse #WebFinger

0 0 1 0
{
  "subject": "acct:reiver@localhost",
  "links": [
    {
      "rel": "http://webfinger.net/rel/profile-page",
      "type": "text/html",
      "href": "https://localhost/"
    },
    {
      "rel": "self",
      "type": "application/activity+json",
      "href": "https://localhost/-/rel/self.activity"
    }
  ]
}

{ "subject": "acct:reiver@localhost", "links": [ { "rel": "http://webfinger.net/rel/profile-page", "type": "text/html", "href": "https://localhost/" }, { "rel": "self", "type": "application/activity+json", "href": "https://localhost/-/rel/self.activity" } ] }

[microdon]

Added basic webfinger support to microdon.

#microdon #webfinger

0 0 0 0

My hope is that @bsky.app / @atproto.com will eventually add #WebFinger as a third discovery mechanism, possibly deprecating the other non-DNS mechanism

That would enable a single solution for discovery on Bluesky, #Mastodon, #OpenIDConnect etc

bsky.app/profile/voxp...

1 0 0 0

Sadly Bluesky doesn’t use the same /.well-known/ that eg. Mastodon and OpenID Connect uses, the one called #WebFinger: bsky.app/profile/voxp...

0 0 0 0
A tooltip next to some text entries, stating:

"This entry must start with one of: https://mastodon.social/@, https://mastodon.online/@, https://mstdn.social/@, https://mstdn.games/@, https://mastodon.gamedev.place/@"

A tooltip next to some text entries, stating: "This entry must start with one of: https://mastodon.social/@, https://mastodon.online/@, https://mstdn.social/@, https://mstdn.games/@, https://mastodon.gamedev.place/@"

I can somewhat excuse #itchio for not resolving #fediverse handles with #WebFinger, effectively limiting their support to (not all) #Mastodon instances even if their reason to not do so is rather silly, but this coming out of #Valve's resourceful #Steam is just ridiculous.

0 0 0 0

You don’t have to use DNS either, they support a URL file flow as well, and could really add support for #WebFinger as well bsky.app/profile/voxp...

0 0 1 0
No atproto user found for did:plc:ebqlm3q42nocrrbcfip2tj7u

No atproto user found for did:plc:ebqlm3q42nocrrbcfip2tj7u

#BridgyFed wtf does this mean, my #fediverse instance can't do a #webfinger lookup for this user which pretty much breaks federation

i wanna renote one of their posts to my misskey :\

1 0 0 1

Not sure why #ATproto uses /.well-known/atproto-did to discover handles rather than using #WebFinger like #Mastodon and having a rel-self to a did:plc URI

Feels needless to have two discovery layers? And would have enabled the same handle resolution for both Mastodon and Bluesky?

5 2 2 6
Original post on mastodon.social

Today I learned that the host-meta spec that I thought was completely abandoned when #webfinger was picked up by standardisation by another group than @blaine – that host-meta standard, which is published as #RFC6415 (https://datatracker.ietf.org/doc/html/rfc6415 seems to actually be fully […]

0 1 1 0

@colin If you install the #WebFinger plugin as a result of installing #ActivityPub plugin, you'll want to delete your own customized WebFinger file. It would be nice if the plugin detected that and let you know.

0 0 0 0

How to create an X.509 certificate using Mac OS X Keychain's in-built generator: . #LinkedData #WebID #Webfinger #NetID

0 0 0 0

More debates about Google's broken "Real Names" policy re. G+ : . #WebID #OpenID #Webfinger #LinkedData

0 0 0 0