About 4,810,000 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 …

  3. ADAL: Where do I view the resource ID's? - Stack Overflow

    Apr 15, 2019 · I'm new to using adal-node npm package. In the example it mentions: var resource = '00000002-0000-0000-c000-000000000000'; Where is this ID from? From my use-case, I …

  4. adal - How to specify Resource URI when acquiring access token …

    Nov 30, 2018 · I am running into problems now trying to do the same thing as in my ADAL project. The concept of "Resource" has seemingly vanished from AAD V2. So how does one specify …

  5. adal - Unable to acquire token silently or via redirect using msal ...

    Aug 10, 2020 · I'm trying to develop a VueJS single page application that logs you into AAD so that I can get an access token to call various APIs (e.g. Graph). Once a user is logged in, you …

  6. adal - In Active Directory, what is a resource? - Stack Overflow

    Mar 30, 2016 · To help understand what a resource in Azure AD/Entra is: A resource is anything that is governed and protected by the Azure Entra (Azure Active directory) service. Usually, …

  7. Newest 'adal' Questions - Stack Overflow

    May 31, 2024 · The Azure Active Directory Authentication Libraries (ADAL) gives you the ability to add support for Microsoft's cloud identity APIs to your application, including support for …

  8. adal - Azure AD: How to get group information in token? - Stack …

    Apr 22, 2016 · We have application developed in MEAN stack. We are using adal-angular library for azure ad authentication. As per the documentation and sample Adal.js uses the OAuth …

  9. What is the difference between ADAL.js and MSAL.js?

    MSAL.js works with the AzureAD V2 endpoint, whereas ADAL.js works with the AzureAD V1 endpoint. The V1 endpoint supports work accounts, but not personal accounts. The V2.0 …

  10. java - How to use acquireTokenSilently in msal - Stack Overflow

    Mar 30, 2023 · We are trying to migrate from adal to msal using java. We use authorization code flow in oauth to get the refresh token and access token. IN ADAL ,we had the following flows: …