Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Function Authentication #90

Open
josephsctan opened this issue Dec 6, 2023 · 0 comments
Open

Azure Function Authentication #90

josephsctan opened this issue Dec 6, 2023 · 0 comments

Comments

@josephsctan
Copy link

Describe the bug
Need advice on how to enable Azure Function Authentication for ChatGPT Plugins

To Reproduce
Once Azure Function authentication is turned on, function keys need to be sent with every request
public HttpResponseData Run([HttpTrigger(AuthorizationLevel.Function, "get", "post")] HttpRequestData req)
Semantic Kernel does not send the function key, so it is unable to call the function

Expected behavior
A way to enable function keys to work with Semantic Kernel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant