Skip to content

Commit

Permalink
docs: Fix proxy help command description
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <aeneas@ory.sh>
  • Loading branch information
aeneasr committed Dec 7, 2018
1 parent 07eb99b commit 4418f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/serve_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ AUTHENTICATORS
--------------------------------------------------------------
- OAuth 2.0 Token Introspection Authenticator:
- AUTHENTICATOR_OAUTH2_INTROSPECTION_INTROSPECT_URL: The OAuth 2.0 Token Introspection URL.
- AUTHENTICATOR_OAUTH2_INTROSPECTION_URL: The OAuth 2.0 Token Introspection URL.
--------------------------------------------------------------
Example: AUTHENTICATOR_OAUTH2_INTROSPECTION_INTROSPECT_URL=http://my-oauth2-server/oauth2/introspect
Example: AUTHENTICATOR_OAUTH2_INTROSPECTION_URL=http://my-oauth2-server/oauth2/introspect
--------------------------------------------------------------
- AUTHENTICATOR_OAUTH2_INTROSPECTION_SCOPE_STRATEGY: The strategy to be used to validate the scope claim.
Expand Down

0 comments on commit 4418f15

Please sign in to comment.