Azure / go-autorest

This package implements an HTTP request pipeline suitable for use across multiple go-routines and provides the shared routines relied on by AutoRest generated Go code.

Home Page:https://github.com/Azure/autorest.go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Behalf Of Authorization Flow

yogilad opened this issue · comments

We have a customer trying to access Kusto service from his Go Web Application.
The customer would like to employ the On-Behalf-Of authentication flow, but this does not seem to be available in go-autorest.

We have looked into MSAL library as well and it does not seem to be implement nor does it seem to be MSAL's mature enough to convince him to migrate from ADAL.

Will it be possible to implement the on behalf of flow in go-autorest?
The customer is willing to contribute the code but he needs guidence which we can really provide well.

Hello! We will be retiring go-autorest in favor of our new authentication module azidentity, which will eventually be built on top of MSAL which will be adding support for OBO. We won't be back-porting any of these features to go-autorest.