Connect with PnPOnline #144
-
I am hoping that someone will be willing to assist me with some advice. I really want to be able to use the PnP.PowerShell module for the functionality of the provisioning engine, eg. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Matt, We're working on an interactive login, supporting MFA, that allows us to acquire tokens. This is a similar login as using credentials and using the PnP Management Shell (we will also allow you provide your own azure app id). It will very likely show up in one of the upcoming nightly builds. Until that time you're limited to -UseWebLogin with its limitations unfortunately. /Erwin |
Beta Was this translation helpful? Give feedback.
-
Update: it will be available in the next nightly release: 1.2.1-nightly. You can upgrade to that version when available with
After installation that version you can connect as follows:
|
Beta Was this translation helpful? Give feedback.
Hi Matt,
We're working on an interactive login, supporting MFA, that allows us to acquire tokens. This is a similar login as using credentials and using the PnP Management Shell (we will also allow you provide your own azure app id). It will very likely show up in one of the upcoming nightly builds. Until that time you're limited to -UseWebLogin with its limitations unfortunately.
/Erwin