How to create Azure AD app using service principal credentials with Microsoft Graph API #84
-
I am trying to migrate from Azure AD to MSGraph, and the application is built in Golang. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi @collin-catalogic |
Beta Was this translation helpful? Give feedback.
Hi @collin-catalogic
Thanks for trying the Go SDK and for reaching out.
The Azure AD Identity POD for kuberntes does just that and you can have a look at their code
In their case they are using the beta SDK because they need access to other operations that only exist in beta, but you can perfectly do that with the v1 (this) sdk, see the documentation snippet