azure-active-directory
Here are 220 public repositories matching this topic...
-
Updated
Dec 29, 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
Related to #1221
When upgrading SPFx projects, suggest upgrading the microsoft@sp-module-interfaces dependency
Finding ID: FN001030_DEP_microsoft_sp_module_interfaces
Applicable to SPFx versions: all
Optional: true
Dev dependency: false
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;
-
Updated
May 19, 2020 - C#
Current implementation has the group ObjectId as key, and WP role as value. WP roles are the ones that are unique, and thus should be the keys. This would avoid awkward flipping and non-deterministic behavior.
-
Updated
May 26, 2020 - C#
-
Updated
May 11, 2020 - C#
-
Updated
Apr 29, 2020 - PowerShell
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
Hi, the b2c quick-start/tutorial implementation see "https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-quickstarts-web-app" respective download here "https://github.com/Azure-Samples/active-directory-b2c-dotnet-webapp-and-webapi/archive/master.zip" is not correct aligned and still using "login.microsoftonline.com" see https://docs.microsoft.com/en-us/azure/active-dir
-
Updated
May 26, 2020 - JavaScript
Is there any harm adding getEmail as an alias of the upn claim?
Almost every oauth client packages implements getEmail so it would be useful to just have that available.
I'm developing a middleware where I store a GUID for each request and was doing tests on how this performs with gunicorn settings such as --threads 4 and -w 4. (Docs)
Together with this, I do a lot of requests with ab. Examp
The sample is used in official MS documentation https://docs.microsoft.com/en-gb/azure/active-directory-b2c/active-directory-b2c-user-migration.
It looks unprofessional to see instruction like
“When you run the pre-migration process with the command-line parameter 2 ...”
It will be much better to have meaningful parameters, like
MigrateWithPassword, MigrateWithRandomPassword etc.
-
Updated
Mar 11, 2020 - JavaScript
The reference in the README section has two line changes (that are different than the code in the project) and no mention of using the ParentWindow LocatorService or the MaslActivity.cs. This is particularly confusing to those new to AAD B2C and Xamarin.
-
Updated
Oct 9, 2018 - PowerShell
Currently the .travis.yml is running instrumented tests only. Run unit tests too or else problems like #493 happen (broken imports).
Related: #21 #194
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Feb 12, 2020 - JavaScript
-
Updated
Apr 23, 2020 - C#
-
Updated
May 24, 2020 - Elixir
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Jul 20, 2018 - Shell
-
Updated
Oct 6, 2019 - C#
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.
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."


Which Version of MSAL are you using ?
4.10
Platform
all
Repro
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