You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CLI for Microsoft 356 v3.4 we have simplified the m365 login command for certificate authentication and provided options for passing --clientId and --tenant into the login command as an alternative to our environment variables approach to use your own Azure AD identity for authentication.
It would be useful if we could extend the publish command as below to incorporate certificate authentication.
In CLI for Microsoft 356 v3.4 we have simplified the
m365 login
command for certificate authentication and provided options for passing--clientId
and--tenant
into the login command as an alternative to our environment variables approach to use your own Azure AD identity for authentication.It would be useful if we could extend the
publish
command as below to incorporate certificate authentication.This would extend
--auth
with a new option calledcertificate
and introduce the basic options,--appId
,--tenant
and--certificateBase64Encoded
.The text was updated successfully, but these errors were encountered: