SAML Auth [Deprecated]
SharePoint Online user credentials authentication
Struct
type AuthCnfg struct {
// SPSite or SPWeb URL, which is the context target for the API calls
SiteURL string `json:"siteUrl"`
// Username for SharePoint Online, e.g. `[user]@[company].onmicrosoft.com`
Username string `json:"username"`
// User or App password
Password string `json:"password"`
}JSON
{
"siteUrl": "https://contoso.sharepoint.com/sites/test",
"username": "[email protected]",
"password": "this-is-not-a-real-password"
}Code sample
Last updated
Was this helpful?
