Skip to content

Commit 39173f9

Browse files
committed
Add Python to language list
1 parent ffd4e72 commit 39173f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/security/develop/threat-modeling-tool-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Please note that to test the effectiveness of this configuration, login into you
432432
| **Applicable Technologies** | Generic |
433433
| **Attributes** | N/A |
434434
| **References** | [ADAL](https://azure.microsoft.com/documentation/articles/active-directory-authentication-libraries/) |
435-
| **Steps** | <p>The Azure AD authentication Library (ADAL) enables client application developers to easily authenticate users to cloud or on-premises Active Directory (AD), and then obtain access tokens for securing API calls.</p><p>ADAL has many features that make authentication easier for developers, such as asynchronous support, a configurable token cache that stores access tokens and refresh tokens, automatic token refresh when an access token expires and a refresh token is available, and more.</p><p>By handling most of the complexity, ADAL can help a developer focus on business logic in their application and easily secure resources without being an expert on security. Separate libraries are available for .NET, JavaScript (client and Node.js), iOS, Android and Java.</p>|
435+
| **Steps** | <p>The Azure AD authentication Library (ADAL) enables client application developers to easily authenticate users to cloud or on-premises Active Directory (AD), and then obtain access tokens for securing API calls.</p><p>ADAL has many features that make authentication easier for developers, such as asynchronous support, a configurable token cache that stores access tokens and refresh tokens, automatic token refresh when an access token expires and a refresh token is available, and more.</p><p>By handling most of the complexity, ADAL can help a developer focus on business logic in their application and easily secure resources without being an expert on security. Separate libraries are available for .NET, JavaScript (client and Node.js), Python, iOS, Android and Java.</p>|
436436

437437
## <a id="authn-devices-field"></a>Authenticate devices connecting to the Field Gateway
438438

0 commit comments

Comments
 (0)