From 8ea016ebcf17cb2ba88230ec335b709cd6f016d2 Mon Sep 17 00:00:00 2001 From: Emelia Smith Date: Fri, 12 Jan 2024 23:03:07 +0100 Subject: [PATCH] Document endpoints.oauthRegistrationEndpoint for Actor objects Fixes #409 --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index a62f6a7..3cb44ed 100644 --- a/index.html +++ b/index.html @@ -849,6 +849,16 @@ this endpoint specifies a URI at which a client may acquire an access token. +
oauthRegistrationEndpoint
+
+ If OAuth 2.0 bearer tokens [[RFC6749]] [[RFC6750]] are being used + for authenticating + client to server + interactions, + this endpoint specifies a URI at which a client may acquire an + new pair of client credentials, which register a given client + application with the server. +
provideClientKey
If Linked Data Signatures and HTTP Signatures are being used for