Skip to content

Commit

Permalink
Update the AWS IoT custom authentication links. (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeth authored Feb 25, 2021
1 parent 9bb2538 commit 3f838c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/mqtt/mqtt_demo_mutual_auth/mqtt_demo_mutual_auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ static int connectToServerWithBackoffRetries( NetworkContext_t * pNetworkContext
* For username and password based authentication in AWS IoT,
* #AWS_IOT_PASSWORD_ALPN is used. More details can be found in the
* link below.
* https://docs.aws.amazon.com/iot/latest/developerguide/enhanced-custom-auth-using.html
* https://docs.aws.amazon.com/iot/latest/developerguide/custom-authentication.html
*/
#ifdef CLIENT_USERNAME
opensslCredentials.pAlpnProtos = AWS_IOT_PASSWORD_ALPN;
Expand Down
2 changes: 1 addition & 1 deletion demos/ota/ota_demo_core_http/ota_demo_core_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ static int connectToServerWithBackoffRetries( NetworkContext_t * pNetworkContext
* For username and password based authentication in AWS IoT,
* #AWS_IOT_PASSWORD_ALPN is used. More details can be found in the
* link below.
* https://docs.aws.amazon.com/iot/latest/developerguide/enhanced-custom-auth-using.html
* https://docs.aws.amazon.com/iot/latest/developerguide/custom-authentication.html
*/
#ifdef CLIENT_USERNAME
opensslCredentials.pAlpnProtos = AWS_IOT_PASSWORD_ALPN;
Expand Down
2 changes: 1 addition & 1 deletion demos/ota/ota_demo_core_mqtt/ota_demo_core_mqtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ static int connectToServerWithBackoffRetries( NetworkContext_t * pNetworkContext
* For username and password based authentication in AWS IoT,
* #AWS_IOT_PASSWORD_ALPN is used. More details can be found in the
* link below.
* https://docs.aws.amazon.com/iot/latest/developerguide/enhanced-custom-auth-using.html
* https://docs.aws.amazon.com/iot/latest/developerguide/custom-authentication.html
*/
#ifdef CLIENT_USERNAME
opensslCredentials.pAlpnProtos = AWS_IOT_PASSWORD_ALPN;
Expand Down

0 comments on commit 3f838c5

Please sign in to comment.