|
|
本帖最后由 jsenet 于 2021-2-4 11:25 编辑
官方版看源码已经支持了
- graphAPIEndpoint = map[string]string{
- "global": "https://graph.microsoft.com",
- "us": "https://graph.microsoft.us",
- "de": "https://graph.microsoft.de",
- "cn": "https://microsoftgraph.chinacloudapi.cn",
- }
- authEndpoint = map[string]string{
- "global": "https://login.microsoftonline.com",
- "us": "https://login.microsoftonline.us",
- "de": "https://login.microsoftonline.de",
- "cn": "https://login.chinacloudapi.cn",
- }
复制代码 |
|