Commit c65abd8
Changed files (1)
doc/_posts/2018-10-28-oauth-dynamic-client-management.markdown
@@ -0,0 +1,36 @@
+---
+layout: post
+title: "OAuth 2.0 - Dynamic Client Management"
+date: 2018-10-28 14:00:00 -0700
+permalink: /oauth/client-management.html
+categories: oauth
+---
+The Dynamic Client Management is described in [RFC-7592](https://tools.ietf.org/html/rfc7592)
+
+```text
+ +--------(A)- Initial Access Token (OPTIONAL)
+ |
+ | +----(B)- Software Statement (OPTIONAL)
+ | |
+ v v
+ +-----------+ +---------------+
+ | |--(C)- Client Registration Request -->| Client |
+ | | | Registration |
+ | |<-(D)- Client Information Response ---| Endpoint |
+ | | +---------------+
+ | |
+ | | +---------------+
+ | Client or |--(E)- Read or Update Request ------->| |
+ | Developer | | |
+ | |<-(F)- Client Information Response ---| Client |
+ | | | Configuration |
+ | | | Endpoint |
+ | | | |
+ | |--(G)- Delete Request --------------->| |
+ | | | |
+ | |<-(H)- Delete Confirmation -----------| |
+ +-----------+ +---------------+
+```
+[Section 1.3](https://tools.ietf.org/html/rfc7592#section-1.3)
+
+This endpoint is currently not implemented.