Skip to content

Commit 8f12d1f

Browse files
authored
Correct Discovery URI
1 parent 6c0b73b commit 8f12d1f

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
@@ -64,7 +64,7 @@ All files can be copied to **/etc/nginx/conf.d**
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

67-
* If your IdP supports OpenID Connect Discovery (usually at the URI `/.well-known-openid-configuration`) then use the `configure.sh` script to complete configuration. In this case you can skip the **frontend.conf** configuration. Otherwise:
67+
* If your IdP supports OpenID Connect Discovery (usually at the URI `/.well-known/openid-configuration`) then use the `configure.sh` script to complete configuration. In this case you can skip the **frontend.conf** configuration. Otherwise:
6868
* Download the `jwks_uri` JWK file to your NGINX Plus instance
6969
* Obtain the URL for the **authorization endpoint**
7070
* Obtain the URL for the **token endpoint**

0 commit comments

Comments
 (0)