-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com…
-
##### ISSUE TYPE
- Feature Idea
##### SUMMARY
Per an user's request, they would like to initiate an OAuth2 authentication flow from `login.microsoftonline.us`, instead of using Azure AD's …
-
Testing microsoft/vscode-python#22300
```
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def root():
return {"message": "Hello World"}
```
If I click on the Editor Run a…
-
We've recently added [entra app permission add](https://pnp.github.io/cli-microsoft365/cmd/entra/app/app-permission-add) for working with permissions of app registrations.
We also have:
- [aad ap…
-
### Describe the bug
Currently in ms-graph-java sdk , we are unable to override any Default interceptors . I have updated the test in `GraphTelemetryHandlerTest` to the below
```java
@Test…
-
If user is a member of several groups, the following claim is returned:
"hasgroups": "true",
So the mappings do not work correctly, it's up to the app to use GraphAPI to retrieve the users group…
-
### Describe the Bug with repro steps
The below should be done in Power Automate.
Prerequisite: A list in SharePoint which has a string field in it. The field used in this example is called "Title"…
-
**Describe the bug**
DispatcherQueue doesn't flow the .NET ExecutionContext like other built-in classes in .NET do, see https://devblogs.microsoft.com/pfxteam/executioncontext-vs-synchronizationconte…
-
I believe I have uncovered a potential bug in the code tagged with release version 1.5.0 which is currently being used by the MSAL pod on cocoapods. I am not an objective-c developer, but I have been …
-
Implemented the external OAuth provider flow as described in https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/auth-oauth-provider.
This works fine when using the…