MicrosoftDocs / openapi-docs

Creative Commons Attribution 4.0 International
12 stars 28 forks source link

The API Key authentication provider is missing information about the parameter name and encoding #16

Closed baywet closed 2 months ago

baywet commented 11 months ago

https://learn.microsoft.com/en-us/openapi/kiota/authentication?tabs=go#api-key-authentication-provider

This should also document the fact that the name of the header or query parameter is configurable.

As well as the fact that it doesn't do any encoding (e.g. auth basic) on the name or the value.

Initially reported https://github.com/microsoft/kiota/issues/3041

sebastienlevert commented 11 months ago

We should have code examples for every language for every type of Auth.