Skip to content

Commit 1178001

Browse files
authored
Fix typo
1 parent 7a6aa19 commit 1178001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ All files can be copied to **/etc/nginx/conf.d**
5959
## Configuring your IdP
6060

6161
* Create an OpenID Connect client to represent your NGINX Plus instance
62-
* Choose the authorization code flow
62+
* Choose the **authorization code flow**
6363
* Set the **redirect URI** to the address of your NGINX Plus instance, with `/_codexch` as the path, e.g. `https://my-nginx.example.com/_codexch`
64-
* Ensure NGINX Plus is configured as a confidential client (with a clent secret)
64+
* Ensure NGINX Plus is configured as a confidential client (with a client secret)
6565
* Make a note of the `client ID` and `client secret`
6666

6767
* Obtain the URL for the **authorization endpoint**

0 commit comments

Comments
 (0)