Return WebFinger metadata.
GET
/.well-known/webfinger
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/.well-known/webfingerParameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” resource
string
Responses
Section titled “ Responses ”Successful JSON response.
Media type application/json
object
subject
required
string
links
required
Array<object>
object
rel
required
string
href
required
string format: uri
Example
{ "links": [ { "rel": "http://openid.net/specs/connect/1.0/issuer", "href": "https://auth.example.com" } ]}