Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions en/asgardeo/docs/apis/restapis/oauth-dcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ info:
title: Asgardeo - OAuth2 Dynamic Client Registration API
description: |
This document specifies an OAuth2 Dynamic Client Registration endpoint for Asgardeo.
<div style="border: 1px solid #f4c542; border-left: 6px solid #f4c542; border-radius: 6px; overflow: hidden; margin: 16px 0; background-color: #fffaf0;">
<div style="background-color: #fff8e5; padding: 10px 14px; border-bottom: 1px solid #f4c542;">
<span style="font-weight: 600; color: #8a6d00; font-size: 15px;">⚠️ NOTE</span>
</div>
<div style="padding: 14px 16px; color: #1a1a1a; line-height: 1.6;">
As part of an upcoming behavioral change, <code>null</code> fields will be omitted from the DCR API response to align with REST best practices.<br><br>
The current behavior of returning <code>null</code> fields will remain temporarily enabled until <b>May&nbsp;1,&nbsp;2026</b>, providing a grace period for users to adapt.
</div>
</div>
version: 1.1.0
servers:
- url: https:/api.asgardeo.io/t/{org-name}/api/identity/oauth2/dcr/v1.1
Expand Down
Loading