Skip to content

Commit e6e7c0b

Browse files
authored
Add port to redirect URI
1 parent f5f6979 commit e6e7c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ All files can be copied to **/etc/nginx/conf.d**
6060

6161
* Create an OpenID Connect client to represent your NGINX Plus instance
6262
* 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`
6464
* 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
* Download the `jwks_uri` JWK file to your NGINX Plus instance

0 commit comments

Comments
 (0)