Skip to content

Instantly share code, notes, and snippets.

View AgentRKID's full-sized avatar
👍

AgentRKID AgentRKID

👍
View GitHub Profile
@rbrick
rbrick / msa.go
Last active February 9, 2024 05:02
package main
import (
"bytes"
"context"
"crypto/tls"
"encoding/json"
"fmt"
"golang.org/x/oauth2"
"golang.org/x/oauth2/microsoft"