[Go] How setup credentials like cookie in go Clients / Add auth endpoint which are not in openapi-spec file #4795
Unanswered
FlorianBorn
asked this question in
Q&A
Replies: 1 comment
-
Hi @FlorianBorn Doing so will circumvent the authentication infrastructure for kiota clients. So you can pass an anonymous authentication provider (assuming there's no other authentication scheme in play) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
we have just created our first Go client using Kioata. Now we are facing the problem that the application the client is supposed to address expects authentication via a cookie + the authentication endpoint itself is not included in the OpenAPI spec file.
The auth cookie must be sent with every request.
I think regarding the auth cookie, we would need two things:
Can anyone help here, or know if this is currently even possible? Is there a way to implement the auth endpoint afterwards (or even beforehand)?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions