Skip to content

Commit 9e2454e

Browse files
authored
add use_ssl doc (#349)
1 parent f769082 commit 9e2454e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/aws/services/cognito-idp.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ curl \
347347
{"access_token": "eyJ0eXAi…lKaHx44Q", "expires_in": 86400, "token_type": "Bearer", "refresh_token": "e3f08304", "id_token": "eyJ0eXAi…ADTXv5mA"}
348348
```
349349
350+
If your use case requires it, you can enforce https in URLs used by the auth flow by setting the environment variable `USE_SSL=1`
351+
350352
### Client credentials grant
351353
352354
The client credentials grant is designed for machine-to-machine (M2M) communication.

0 commit comments

Comments
 (0)