We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6aa19 commit 1178001Copy full SHA for 1178001
README.md
@@ -59,9 +59,9 @@ All files can be copied to **/etc/nginx/conf.d**
59
## Configuring your IdP
60
61
* Create an OpenID Connect client to represent your NGINX Plus instance
62
- * Choose the authorization code flow
+ * Choose the **authorization code flow**
63
* 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)
+ * Ensure NGINX Plus is configured as a confidential client (with a client secret)
65
* Make a note of the `client ID` and `client secret`
66
67
* Obtain the URL for the **authorization endpoint**
0 commit comments