mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
add microsoft authentication
This commit is contained in:
parent
4e957e93a2
commit
b142ac4928
2 changed files with 5 additions and 1 deletions
|
@ -298,6 +298,10 @@ func buildAsgardeoPayload(regReq RegisterRequest) map[string]interface{} {
|
|||
"idp": "GitHub",
|
||||
"authenticator": "GithubAuthenticator",
|
||||
},
|
||||
{
|
||||
"idp": "Microsoft",
|
||||
"authenticator": "OpenIDConnectAuthenticator",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue