The Wayback Machine - https://web.archive.org/web/20200526161532/https://github.com/topics/azure-active-directory
Skip to content
#

azure-active-directory

Here are 220 public repositories matching this topic...

bgavrilMS
bgavrilMS commented Apr 3, 2020

Which Version of MSAL are you using ?
4.10

Platform
all

Repro

AcquireTokenInteractive with scope "User.Read" or with no scopes
AcquireTokenSilent with the same scope

Expected behavior
AcquireTokenSilent should hit the cache

Actual behavior
refresh_token flow is used to get a new AT every time

Additional context/ Logs / Screenshots

zaabskr
zaabskr commented Aug 21, 2019

Environment

  • Spring boot starter:

    • storage spring boot starter
  • OS Type: Windows/Linux/MacOS

  • Java version:

    • 1.8

Summary

The ReadMe.md file is not insync with the code. The code contains Upload, download, and list blobs by using the Java Storage SDK V10 version , while the read me contains Java Storage SDK V7

Reproduce steps

Java code & ReadMe.md

Expe

react-aad
jodonnell
jodonnell commented May 31, 2019

Describe the bug
I followed the documentation,
const config = {
auth: {
authority: (process.env.REACT_APP_AUTHORITY as string),
clientId: (process.env.REACT_APP_AAD_APP_CLIENT_ID as string),
},
cache: {
cacheLocation: "localStorage",
storeAuthStateInCookie: true
},
};

and got a TypeError

Argument of type '{ auth: { authority: string;

This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
  • Updated May 19, 2020
  • C#
iamkoch
iamkoch commented May 1, 2019

It seems that the account linking example is now out of date. It refers to the userIdentities claim being of type userIdentityCollection, which it is now not. Instead, any reference to UserIdentity and UserIdentityCollection are now AlternativeSecurityId and AlternativeSecurityIdCollection. This change seems to be spread across a few different docs, i.e. how to link is in this repo, bu

Improve this page

Add a description, image, and links to the azure-active-directory topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the azure-active-directory topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.