Skip to content

Commit c9ffd46

Browse files
committed
Update authorization.mdx
1 parent 2c955bb commit c9ffd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorials/security/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ If the authorization server does support DCR, the client will send a request to
9292
}
9393
```
9494

95-
If the registration succeeds, the authorization server will return a JSON blob with client registration information, including the original registration metadata as well as `client_id`, `client_secret` (if applicable), `client_id_issued_at` (optional), and `client_secret_expires_at` (if `client_secret` is used).
95+
If the registration succeeds, the authorization server will return a JSON blob with client registration information.
9696

9797
<Tip>
9898
**No DCR or Pre-Registration**

0 commit comments

Comments
 (0)