You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the Webfinger protocol supported so that we could authenticate any custom auth services.
The parameters resource=acct:<account URI> and rel=https://openid.net/specs/connect/1.0/issuer can be used to access the authoritative openID server.
Would it be technically possible to add it ?
The text was updated successfully, but these errors were encountered:
I'm open to adding Webfinger support to this crate since it's part of the OIDC spec, but I'm curious to learn more about the use cases. What did you mean by "custom auth services," and in what circumstances is Webfinger a more convenient protocol than using OIDC Discovery directly?
Hi,
It would be nice to have the Webfinger protocol supported so that we could authenticate any custom auth services.
The parameters
resource=acct:<account URI>
andrel=https://openid.net/specs/connect/1.0/issuer
can be used to access the authoritative openID server.Would it be technically possible to add it ?
The text was updated successfully, but these errors were encountered: