-
Notifications
You must be signed in to change notification settings - Fork 300
API for registering clients #76
Comments
Hi Amila, No, at the moment there is no spec-backed client registration. Start with having Chrome's inspection window open while creating a client through the web interface, and then right-click the corresponding POST-request and then click 'Copy as cURL'. This will give you an idea how to script it... |
I was able to find the endpoint and format of the Payload by inspecting requests sent by UI. |
You cannot use a token (that is issued to a certain client for a certain Does this answer your question? Kind regards, On 5 May 2015 at 01:55, jaadds [email protected] wrote:
|
Hi Geert, Amila |
Hi,
I was able to get apis-authorization-server-war running, and could register clients through UI after logging into the App. However I'd like to know if the Authorization Server provides an API similar to Dynamic Client Registration endpoint mentioned in https://openid.net/specs/openid-connect-registration-1_0.html?
I'm looking for a wat to register a client through a curl command.
Amila
The text was updated successfully, but these errors were encountered: