From 25be2fd3669cbf45906484550a005654b4532092 Mon Sep 17 00:00:00 2001 From: Stepan Date: Mon, 1 Feb 2021 03:19:39 +0200 Subject: [PATCH] adding description of forceHTTPS key in oauth2 middleware (#1142) Co-authored-by: Yaron Schneider --- daprdocs/content/en/operations/security/oauth.md | 6 ++++++ 1 file changed, 6 insertions(+) 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