Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing identity client request content type #6435

Merged
merged 3 commits into from
May 30, 2019

Conversation

schaabs
Copy link
Member

@schaabs schaabs commented May 29, 2019

No description provided.

@schaabs schaabs requested review from pakrym and AlexGhiondea May 29, 2019 17:54
@schaabs schaabs force-pushed the identity-client-fix branch from ea1a0b3 to e77ad90 Compare May 29, 2019 18:59
@Azure Azure deleted a comment from AlexGhiondea May 29, 2019

request.UriBuilder.Uri = _options.AuthorityHost;

request.UriBuilder.AppendPath(tenantId);

request.UriBuilder.AppendPath("/oauth2/v2.0/token");

ReadOnlyMemory<byte> content = Serialize(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need the Serialize method?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FixedSizedBufferWriter can go too

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@schaabs schaabs merged commit 6d14b1d into Azure:master May 30, 2019
mentat9 pushed a commit to mentat9/azure-sdk-for-net that referenced this pull request Jun 10, 2019
* Fixing identity client request content type

* removing unused serialize method from IdentityClient

* removing unused internal class FixedSizeBufferWriter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants