https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider
A Kiota AuthenticationProvider implementation that performs no authentication. Useful for scenarios where no Authorization header is required.
https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider
authentication authenticationprovider csharp dotnet kiota no noop noopauthenticationprovider op provider util
Last synced: about 2 months ago
JSON representation
A Kiota AuthenticationProvider implementation that performs no authentication. Useful for scenarios where no Authorization header is required.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider
- Owner: soenneker
- License: mit
- Created: 2025-05-09T21:54:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-21T22:14:06.000Z (about 2 months ago)
- Last Synced: 2026-04-22T00:28:06.245Z (about 2 months ago)
- Topics: authentication, authenticationprovider, csharp, dotnet, kiota, no, noop, noopauthenticationprovider, op, provider, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.kiota.noopauthenticationprovider/)
[](https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.kiota.noopauthenticationprovider/)
[](https://github.com/soenneker/soenneker.kiota.noopauthenticationprovider/actions/workflows/codeql.yml)
#  Soenneker.Kiota.NoOpAuthenticationProvider
### A Kiota AuthenticationProvider implementation that performs no authentication. Useful for scenarios where no Authorization header is required.
## Installation
```
dotnet add package Soenneker.Kiota.NoOpAuthenticationProvider
```