MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.22k stars 21.38k forks source link

Basic authentication header is not supported #106839

Open kimmokosunen opened 1 year ago

kimmokosunen commented 1 year ago

Azure documentation issue guidance

This is missing from new azure ad client credentials endpoint. It don't support basic authentication header, which is proposed way to do Oauth2 client credentials.

https://github.com/MicrosoftDocs/azure-docs/issues/77412

Content: Set up OAuth 2.0 client credentials flow - Azure AD B2C Content Source: articles/active-directory-b2c/client-credentials-grant-flow.md Service: active-directory

Thanks for opening an issue in the Azure technical documentation repository.

Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ID: d32f55ac-acbc-292b-d1b7-ffdd257b11e1 Version Independent ID: ae2a266c-051b-7307-93fd-74bc521c93bf Content: OAuth 2.0 client credentials flow on the Microsoft identity platform Content Source: articles/active-directory/develop/v2-oauth2-client-creds-grant-flow.md Service: active-directory Sub-service: develop GitHub Login: @hpsin Microsoft Alias: hirsin

We use GitHub issues as the primary channel for customer and community feedback about the Azure documentation.

Creating an issue

We prefer that you create documentation feedback issues using the Feedback link on the published article - the feedback control on the doc page creates an issue that contains all the article details so you can focus on the feedback part.

You can also create a feedback issue here in the repo. If you do this, please make sure your issue lists:

Pull requests and article contributions

If you know the change that is needed in an article, we encourage you to submit the changes directly using a pull request. If the change is large, or if you want to contribute an entire article, follow these guidelines:

We'll route the issue to the appropriate content team for review and discussion.

Tech support and product feedback

If you would like to contact Microsoft about other things, such as product feedback or tech support, please review these guidelines:

AjayBathini-MSFT commented 1 year ago

@kimmokosunen Thanks for your feedback! We will investigate and update as appropriate.

tobybloem commented 1 week ago

Any update on this? Some things like Swagger UI don't support sending client id and client secret in the body of the request, only using Basic Authentication header.