add microsoft authentication

This commit is contained in:
Thilina Shashimal Senarath 2025-04-02 18:29:37 +05:30
parent 4e957e93a2
commit b142ac4928
2 changed files with 5 additions and 1 deletions

View file

@ -33,7 +33,7 @@ func main() {
provider = authz.NewAsgardeoProvider(cfg)
fmt.Println("Using Asgardeo provider (demo).")
} else {
log.Fatalf("Not suppoted yet.")
log.Fatalf("Not supported yet.")
}
// 3. (Optional) Fetch JWKS if you want local JWT validation