Skip to content

Commit

Permalink
cmd: Fixes typo in help command
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
arekkas authored and arekkas committed Jun 13, 2018
1 parent 883df44 commit 74450da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ AUTHENTICATORS
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/introspection
Example: AUTHENTICATOR_OAUTH2_INTROSPECTION_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 74450da

Please sign in to comment.