adding description of forceHTTPS key in oauth2 middleware (#1142)

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
This commit is contained in:
Stepan 2021-02-01 03:19:39 +02:00 committed by GitHub
parent 7d7855b004
commit 25be2fd366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,12 @@ spec:
value: "<redirect URL>"
- name: authHeaderName
value: "<header name under which the secret token is saved>"
# forceHTTPS:
# This key is used to set HTTPS schema on redirect to your API method
# after Dapr successfully received Access Token from Identity Provider.
# By default, Dapr will use HTTP on this redirect.
- name: forceHTTPS
value: "<set to true if you invoke an API method through Dapr from https origin>"
```
### Define a custom pipeline for an Authorization Code Grant