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

Update examples for Client Credentials Flow #1325

Merged
merged 4 commits into from
Sep 5, 2023
Merged

Update examples for Client Credentials Flow #1325

merged 4 commits into from
Sep 5, 2023

Conversation

bgdev-guy
Copy link
Contributor

Clarified that the scope is a variable dependent on what you're attempting to access. As written, "https://management.azure.com/" could be assumed to be a static value and a naive attempt at testing would result in a response of

HttpResponse { status: BadRequest, error_code: None }

Clarified that the scope is a variable dependent on what you're attempting to access. As written, "https://management.azure.com/" could be assumed to be a static value and a naive attempt at testing  would result in a response of  

ttpResponse { status: BadRequest, error_code: None }
identical update as the example where scope is clarified.
@bgdev-guy
Copy link
Contributor Author

@microsoft-github-policy-service agree

@bgdev-guy bgdev-guy changed the title Update client_credentials_flow.rs Update examples for Client Credentials Flow Jul 29, 2023
Copy link
Member

@heaths heaths left a comment

Choose a reason for hiding this comment

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

Thank you.

@demoray demoray merged commit d1f93c9 into Azure:main Sep 5, 2023
16 checks passed
@demoray
Copy link
Contributor

demoray commented Sep 5, 2023

Thank you for the contribution.

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.

None yet

3 participants