Skip to content

Commit fd5249b

Browse files
localdencliffhall
andauthored
Update docs/docs/tutorials/security/authorization.mdx
Co-authored-by: Cliff Hall <[email protected]>
1 parent 5113579 commit fd5249b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/tutorials/security/authorization.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ and retrieve another set of metadata properties that will allow it to know the e
7979
<Step title="Client Registration">
8080
With all the metadata out of the way, the client now needs to make sure that it's registered with the authorization server. This can be done in two ways.
8181

82-
First, the client can be **pre-registered** with a given authorization server, in which case it can have embedded client registration information that it uses to complete the authorization flow. Alternatively, the client can use **Dynamic Client Registration** (DCR) to dynamically register itself with the authorization server. The latter scenario requires the authorization server to support DCR.
82+
First, the client can be **pre-registered** with a given authorization server, in which case it can have embedded client registration information that it uses to complete the authorization flow.
8383

84-
If the authorization server does support DCR, the client will send a request to the `registration_endpoint` with its information:
84+
Alternatively, the client can use **Dynamic Client Registration** (DCR) to dynamically register itself with the authorization server. The latter scenario requires the authorization server to support DCR. If the authorization server does support DCR, the client will send a request to the `registration_endpoint` with its information:
8585

8686
```json
8787
{

0 commit comments

Comments
 (0)