Giter VIP home page Giter VIP logo

Comments (2)

baywet avatar baywet commented on June 8, 2024

Hi @mikelmason,
Thanks for your interest in Kiota and for reaching out.
First off, fair warning. Microsoft strives to provide an inclusive and safe space for Open Source interactions. Toxic behavior and abusive language will not be tolerated.

We acknowledge that Kiota's public documentation has multiple gaps. We're working to identify and address those gaps. Feedback like this is precious in that effort. Created MicrosoftDocs/openapi-docs#16

The doc comment on the authentication provider documents the fact this parameter allows you to configure the name of the request header/query parameter that'll be sent to the service.

Your API seems to require basic authentication, we currently don't have a dedicated authentication provider but you can build your own by:

  1. setting the param name to Authorization
  2. setting the location to headers
  3. setting the value to Basic base64encode(apikey:X) as per the RFC, here is how you can base 64 encode the value

from kiota.

 avatar commented on June 8, 2024

Oh I'm sorry if my frustration with your lack of adequate documentation seems "toxic" to you. Perhaps provide some documentation?

As noted already, no, setting parameterName to authorization does not work.

And I have converted the apikey to base64. Doesn't work.

Provide some adequate documentation.

from kiota.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.