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##*/}
55CONFDIR=${0%/* }
66if [ $# -lt 1 ]; then
77 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"
1616 echo " -x | --insecure # Do not verify IdP's SSL certificate"
1717 echo " -d | --dry_run # Produce configuration to stdout without modifying frontend.conf"
18- echo " "
18+ echo " "
1919 exit 1
2020fi
2121
You can’t perform that action at this time.
0 commit comments