File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ COMMAND=${0##*/}
5
5
CONFDIR=${0%/* }
6
6
if [ $# -lt 1 ]; then
7
7
echo " USAGE: $COMMAND [options] <OpenID Connect confinguration URL>"
8
- echo " "
9
- echo " Configures NGINX Plus OpenID Connect reference implementation by using the IdP's Discovery interface"
10
- echo " "
11
- echo " URL typically ends with '/openid-configuration'"
12
- echo " Options:"
13
- echo " -k | --auth_jwt_key <file|request> # Use auth_jwt_key_file (default) or auth_jwt_key_request (R17+)"
14
- echo " -i | --client_id <id> # Client ID as obtained from OpenID Connect Provider"
15
- echo " -s | --client_secret <secret> # Client secret as obtained from OpenID Connect Provider"
8
+ echo " "
9
+ echo " Configures NGINX Plus OpenID Connect reference implementation by using the IdP's Discovery interface"
10
+ echo " "
11
+ echo " URL typically ends with '/openid-configuration'"
12
+ echo " Options:"
13
+ echo " -k | --auth_jwt_key <file|request> # Use auth_jwt_key_file (default) or auth_jwt_key_request (R17+)"
14
+ echo " -i | --client_id <id> # Client ID as obtained from OpenID Connect Provider"
15
+ echo " -s | --client_secret <secret> # Client secret as obtained from OpenID Connect Provider"
16
16
echo " -x | --insecure # Do not verify IdP's SSL certificate"
17
17
echo " -d | --dry_run # Produce configuration to stdout without modifying frontend.conf"
18
- echo " "
18
+ echo " "
19
19
exit 1
20
20
fi
21
21
You can’t perform that action at this time.
0 commit comments