Skip to content

Plugin example with authentication #5748

Closed Answered by dmytrostruk
eeadie asked this question in Q&A
Discussion options

You must be logged in to vote

@eeadie Here is .NET example for Jira Plugin with authentication:
https://github.com/microsoft/semantic-kernel/blob/0a9e74a3c62aba1115bdf39c22dba669d21e7839/dotnet/samples/KernelSyntaxExamples/Example24_OpenApiPlugin_Jira.cs

In this file you can also find examples of different auth providers:

#region Example of authentication providers
/// <summary>
/// Retrieves authentication content (e.g. username/password, API key) via the provided delegate and
/// applies it to HTTP requests using the "basic" authentication scheme.
/// </summary>
pu…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@eeadie
Comment options

Comment options

You must be logged in to vote
4 replies
@eeadie
Comment options

@dmytrostruk
Comment options

@eeadie
Comment options

@dmytrostruk
Comment options

Answer selected by sophialagerkranspandey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants