diff --git a/daprdocs/content/en/operations/security/oauth.md b/daprdocs/content/en/operations/security/oauth.md index 7a2b32f81..488391361 100644 --- a/daprdocs/content/en/operations/security/oauth.md +++ b/daprdocs/content/en/operations/security/oauth.md @@ -71,6 +71,12 @@ spec: value: "" - name: authHeaderName value: "
" + # 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: "" ``` ### Define a custom pipeline for an Authorization Code Grant