Michael Canady

Results 10 comments of Michael Canady

Issue was use of abstract type "microsoft.graph.omaSetting" needs to be subtype. Would probably be helpful to make error message more clear.

I believe the “bug” portion is incorrect, it turns out the issue was me using the “omasetting” type, it’s abstract, so might be better as a “feature request” or something...

I'd love to be able to implement this!

Thank you! Created [Proposal #73431](https://github.com/golang/go/issues/73431)

I was expecting it to be on the command so a system can have shared providers but the calls are authenticated

Thank you for replying so quickly! I think mainly it would be adding a new method to the `oauth.Config` type. I'll be honest I haven't looked too deeply into in...

Hey all! I Found a JWT package within the oauth repo [here](https://github.com/golang/oauth2/blob/master/jwt/jwt.go)! I haven't tried it but I think this could meet our needs??

@saviorand Would you be able to provide the JSON you’re passing in and how are you generating the JSON?

Apologies I see your examples. Can you verify your version of the JSON serializer is the latest and where you able to pinpoint what key is causing the issue? After...

@saviorand what version of the JSON serializer are you using? My fix wasn’t released until [1.0.8](https://github.com/microsoft/kiota-serialization-json-go/releases/tag/v1.0.8).