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

@ -298,6 +298,10 @@ func buildAsgardeoPayload(regReq RegisterRequest) map[string]interface{} {
"idp": "GitHub",
"authenticator": "GithubAuthenticator",
},
{
"idp": "Microsoft",
"authenticator": "OpenIDConnectAuthenticator",
},
},
},
},