You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ All files can be copied to **/etc/nginx/conf.d**
60
60
61
61
* Create an OpenID Connect client to represent your NGINX Plus instance
62
62
* 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`
63
+
* Set the **redirect URI** to the address of your NGINX Plus instance (including the port number), with `/_codexch` as the path, e.g. `https://my-nginx.example.com:443/_codexch`
64
64
* Ensure NGINX Plus is configured as a confidential client (with a client secret)
65
65
* Make a note of the `client ID` and `client secret`
66
66
* Download the `jwks_uri` JWK file to your NGINX Plus instance
0 commit comments