WMInfoTech / python-msgraph

Other
4 stars 1 forks source link

Support for authentication using Client secrets #7

Open SamStephens opened 8 months ago

SamStephens commented 8 months ago

It appears that the library currently only supports authentication via certificates.

However Client secrets better suit my authentication needs, as certificates are by necessity a long lived credential, and I'm wanting short lived credentials that can be rotated frequently.

Are there plans to provide client secret support? I note that the C# client supports client secrets.

Thanks