Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Legacy authentication turned off #59

Open
jamesmc2000 opened this issue Jun 3, 2019 · 4 comments
Open

Legacy authentication turned off #59

jamesmc2000 opened this issue Jun 3, 2019 · 4 comments

Comments

@jamesmc2000
Copy link

Does this command still work with Legacy Authentication turned off?

@PsychoData
Copy link

which command?

@vfoley
Copy link

vfoley commented Sep 3, 2019

All that required Credentials. Is there any plans to update these to allow for MFA and the new secure token Auth for Powershell implemented this year.

@PsychoData
Copy link

@vfoley There isn't any direct commands in here using -Credentials that I can think of, aside from the Connect-EXOPSSession and Connect-IPPSSession ones.

If you have 2FA enabled, then you should be using EXO PS Hybrid module that I know of, you can launch/download it here http://aka.ms/ExoPSHybrid

However, legacy auth is separate from 2FA, you can have 2FA enabled and Legacy Auth still enabled and manage to still authenticate with username/password (regular, not App Passwords). So if one of the commands or scripts in this repo or EXO PS are trying to make use of Legacy Auth, it would be best to address that.

I'm not familiar with the Secure Token Auth you mentioned yet, so I'm not sure if/how it applies yet

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@PsychoData @vfoley @jamesmc2000 and others