-
I have an API using OAuth2 (Keycloak) authentication and have attempted to generate C# client classes using Kiota. But how to use OAuth2 authentication with the generated classes? Authentication seems to be based on Azure.Identity for C#? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for your interest in kiota and for reaching out. Here is some documentation about the authentication and authorization concepts for Kiota clients.
Let us know if you have further questions. |
Beta Was this translation helpful? Give feedback.
Thanks for your interest in kiota and for reaching out. Here is some documentation about the authentication and authorization concepts for Kiota clients.
We provide default implementations you're welcomed to use if they match your scenario. It doesn't seem to be the case though, so you'll probably need to implement the token acquisition through:
Let us know if you have furthe…