Skip to content

Commit

Permalink
cmd: Fix typo in help command in env var name (#39)
Browse files Browse the repository at this point in the history
Closes #25

Signed-off-by: Roman Minkin <[email protected]>
  • Loading branch information
RomanMinkin authored and arekkas committed Aug 2, 2018
1 parent 9b37165 commit 8a5016c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ AUTHENTICATORS
- AUTHENTICATOR_OAUTH2_INTROSPECTION_TOKEN_URL: The OAuth2 Token Endpoint URL of the server
Example: AUTHENTICATOR_OAUTH2_INTROSPECTION_TOKEN_URL=https://my-server/oauth2/token
- AUTHENTICATOR_OAUTH2_INTROSPECTION_INTROSPECTION_URL: The OAuth2 Introspection Endpoint URL of the server
Example: AUTHENTICATOR_OAUTH2_INTROSPECTION_INTROSPECTION_URL=https://my-server/oauth2/introspect
- AUTHENTICATOR_OAUTH2_INTROSPECTION_URL: The OAuth2 Introspection Endpoint URL of the server
Example: AUTHENTICATOR_OAUTH2_INTROSPECTION_URL=https://my-server/oauth2/introspect
- The OAuth 2.0 Client Credentials Authenticator is capable of authentication OAuth 2.0 clients using the client credentials
grant.
Expand Down

0 comments on commit 8a5016c

Please sign in to comment.