Path: / realms / {realm} / tokens / registrations

Registration page. Must be redirected to from login page.

Path parameters:
realm -

Method Summary
ResourceDescription
POST /realms/{realm}/tokens/registrations?scope=…&redirect_uri=…&state=…&client_id=…Registration
GET /realms/{realm}/tokens/registrations?response_type=…&scope=…&redirect_uri=…&state=…&client_id=…Registration page.

Method Detail
HTTP Example:
POST /realms/{realm}/tokens/registrations?scope=…&redirect_uri=…&state=…&client_id=…

Registration

Input:
javax.ws.rs.core.MultivaluedMap<String,String>
Output:
javax.ws.rs.core.Response -
Query parameters:
scope
redirect_uri
state
client_id
Consumes:
application/x-www-form-urlencoded
HTTP Example:
GET /realms/{realm}/tokens/registrations?response_type=…&scope=…&redirect_uri=…&state=…&client_id=…

Registration page. Must be redirected to from login page.

Output:
javax.ws.rs.core.Response -
Query parameters:
response_type
scope
redirect_uri
state
client_id