About 50 results
Open links in new tab
  1. ADAL and MSAL confusion - Stack Overflow

    Jan 5, 2021 · ADAL and MSAL are only for authorization and not authentication correct? If this is the case, why do they reference MSAL and Microsoft Graph, what is the difference?

  2. Unable to load adalsql.dll error when calling `Invoke-sqlcmd`

    Jul 13, 2020 · The reason the new version of ADAL doesn't work is because its installer fails to add a registry entry pointing to the 64-bit version of adal.dll. I added an answer below which includes the …

  3. Setting up ADAL/MSAL for connecting to Azure database with Matlab

    Sep 21, 2020 · Using Matlab and its database toolbox, I need to connect to an Azure server using Microsoft SQL, using the Azure ActiveDirectoryPassword authentication mode. However Azure …

  4. Microsoft.AspNetCore vs Microsoft.IdentityModel (ADAL) with .net core ...

    Mar 31, 2018 · ADAL and MSAL are the libraries needed for requesting and managing tokens. If you're building an API that protects it's endpoints and requires an access token to access, you likely only …

  5. MSAL/ADAL C++ equivalent to get access tokens - Stack Overflow

    Jan 13, 2020 · Is there a MSAL/ADAL equivalent for C++ ? I would like to natively support getting access tokens for Azure in C++ (rather than build a bridge of some kind by using python version.) Thank you

  6. Microsoft ADAL acquireTokenSilentSync fails - Stack Overflow

    May 15, 2020 · The token generated by the ADAL is having an expiry of 1 hour. To create the token the app is calling the ADAL method acquireToken. When reopening the app or engaging with the app …

  7. How to get ServiceClientCredentials after migrating from ADAL to MSAL

    Jun 30, 2022 · The support for ADAL ends on June 30, 2022 and Microsoft recommends migrating applications to MSAL. During migration, I encountered a difficulty migrating a code that accesses …

  8. azure cli - Error with terraform plan (DetailedError {Original:adal ...

    Apr 24, 2024 · Error with terraform plan (DetailedError {Original:adal.tokenRefreshError) Asked 1 year, 11 months ago Modified 1 year, 11 months ago Viewed 204 times

  9. Python ADAL acquire_token_with_client_credentials refresh token?

    Mar 11, 2019 · So to use refresh token, python adal library supports other authentication method like: "acquire_token", "acquire_token_with_refresh_token" etc. You can check the documentation.

  10. I am migrating from ADAL to MSAL and getting invalid scope error

    Jun 3, 2021 · In my code, I am switching from using Microsoft.IdentityModel.Clients.ActiveDirectory to using Microsoft.Identity.Client . Previous Implementation: var authContext = new …