microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
Support for Oauth2RequiredPostResponse for Application entities
Open
@MIchaelMainer is already working on this.
Since Dec 8, 2025.
Service issue
- Dominant language
- C#
- Stars
- 789
- Forks
- 264
- Avg merge
- 15h 17m
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe the problem.
I am trying to backup and restore app registrations on Entra programmatically using the SDK, but the class Application doesn't have the attribute Oauth2RequiredPostResponse to match the attribute that comes back in the JSON from the endpoint.
Describe the solution you'd like.
The Application class should map the oauth2RequiredPostResponse attribute in the JSON to a property of the class, and back again for POST/PATCH endpoints
Additional context?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.