Socket
Socket
Sign inDemoInstall

@azure/identity

Package Overview
Dependencies
37
Maintainers
2
Versions
491
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0-alpha.20240325.2 to 4.1.0-alpha.20240327.2

2

dist-esm/src/credentials/authorizationCodeCredential.js

@@ -15,3 +15,3 @@ // Copyright (c) Microsoft Corporation.

*
* https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow
* https://learn.microsoft.com/entra/identity-platform/v2-oauth2-auth-code-flow
*/

@@ -18,0 +18,0 @@ export class AuthorizationCodeCredential {

@@ -65,3 +65,3 @@ // Copyright (c) Microsoft Corporation.

* to Azure developers. It allows users to authenticate as a user and/or a service principal against
* <a href="https://learn.microsoft.com/azure/active-directory/fundamentals/">Microsoft Entra ID</a>. The
* <a href="https://learn.microsoft.com/entra/fundamentals/">Microsoft Entra ID</a>. The
* AzureDeveloperCliCredential authenticates in a development environment and acquires a token on behalf of

@@ -68,0 +68,0 @@ * the logged-in user or service principal in the Azure Developer CLI. It acts as the Azure Developer CLI logged in user or

@@ -14,3 +14,3 @@ // Copyright (c) Microsoft Corporation.

*
* https://learn.microsoft.com/azure/active-directory/develop/quickstart-configure-app-access-web-apis#add-credentials-to-your-web-application
* https://learn.microsoft.com/entra/identity-platform/quickstart-configure-app-access-web-apis#add-credentials-to-your-web-application
*

@@ -17,0 +17,0 @@ */

@@ -17,3 +17,3 @@ // Copyright (c) Microsoft Corporation.

*
* This credential uses the [Authorization Code Flow](https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow).
* This credential uses the [Authorization Code Flow](https://learn.microsoft.com/entra/identity-platform/v2-oauth2-auth-code-flow).
* On Node.js, it will open a browser window while it listens for a redirect response from the authentication service.

@@ -23,3 +23,3 @@ * On browsers, it authenticates via popups. The `loginStyle` optional parameter can be set to `redirect` to authenticate by redirecting the user to an Azure secure login page, which then will redirect the user back to the web application where the authentication started.

* For Node.js, if a `clientId` is provided, the Microsoft Entra application will need to be configured to have a "Mobile and desktop applications" redirect endpoint.
* Follow our guide on [setting up Redirect URIs for Desktop apps that calls to web APIs](https://learn.microsoft.com/azure/active-directory/develop/scenario-desktop-app-registration#redirect-uris).
* Follow our guide on [setting up Redirect URIs for Desktop apps that calls to web APIs](https://learn.microsoft.com/entra/identity-platform/scenario-desktop-app-registration#redirect-uris).
*

@@ -26,0 +26,0 @@ * @param options - Options for configuring the client which makes the authentication requests.

@@ -8,3 +8,3 @@ // Copyright (c) Microsoft Corporation.

/**
* Enables authentication to Microsoft Entra ID using the [On Behalf Of flow](https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow).
* Enables authentication to Microsoft Entra ID using the [On Behalf Of flow](https://learn.microsoft.com/entra/identity-platform/v2-oauth2-on-behalf-of-flow).
*/

@@ -11,0 +11,0 @@ export class OnBehalfOfCredential {

@@ -11,3 +11,3 @@ // Copyright (c) Microsoft Corporation.

/**
* Enables authentication to Microsoft Entra ID using the [On Behalf Of flow](https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow).
* Enables authentication to Microsoft Entra ID using the [On Behalf Of flow](https://learn.microsoft.com/entra/identity-platform/v2-oauth2-on-behalf-of-flow).
*/

@@ -14,0 +14,0 @@ export class OnBehalfOfCredential {

{
"name": "@azure/identity",
"sdk-type": "client",
"version": "4.1.0-alpha.20240325.2",
"version": "4.1.0-alpha.20240327.2",
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",

@@ -58,3 +58,4 @@ "main": "dist/index.js",

"integration-test:browser": "echo skipped",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts' 'test/integration/**/*.spec.ts'",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 180000 'test/public/node/*.spec.ts' 'test/internal/node/*.spec.ts'",
"integration-test:msi": "dev-tool run test:node-ts-input -- --timeout 180000 'test/integration/**/*.spec.ts'",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",

@@ -61,0 +62,0 @@ "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc