-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Login with Multi-Factor Authentication #735
Add support for Login with Multi-Factor Authentication #735
Conversation
…t disable by default) / Fix Tests is required
…/addMFA # Conflicts: # Microsoft.Dynamics365.UIAutomation.Sample/TestSettings.cs # Microsoft.Dynamics365.UIAutomation.Sample/UCI/Create/CreateOpportunity.cs # Microsoft.Dynamics365.UIAutomation.Sample/UCI/UnifiedInterface.orderedtest
# Conflicts: # Microsoft.Dynamics365.UIAutomation.Api.UCI/WebClient.cs # Microsoft.Dynamics365.UIAutomation.Sample/TestSettings.cs # Microsoft.Dynamics365.UIAutomation.Sample/UCI/Create/CreateOpportunity.cs # Microsoft.Dynamics365.UIAutomation.Sample/UCI/UnifiedInterface.orderedtest + Fix SeleniumExtensions.WaitUntilAvailable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please @TYLEROL approve this PR
Thank you, very much @TYLEROL |
Hi @AngelRodriguez8008 , I see the fix has been merged into develop. Should the Login With MFA be included into a new release anytime soon? |
Hi @tristanperper, Sorry I guest so. But I don't manage the releases, I also work just with the version in 'develop' branch or or one version of my fork. I don't know how oft will be or has been released. br |
Type of change
Description
Add support for Login with Multi-Factor Authentication
This comment documents the configuration, consider to add to the project Wiki
Issues addressed
Fix #726 Login to support multi-factor authentication (related to #653)
Fix SeleniumExtensions.WaitUntilAvailable (see my comment in #707)
May fix: #721
All submissions:
Which browsers was this tested on?
@dtu11 it was hard to merge with #734 can you please take a look at the methods:
@TYLEROL in commit: Add MFA Key to UCI Tests, I add the MFA SecrectKey to all UCI Tests. It is a simple change, however, I have none Environment without MFA to tests what happen if is MFA is not required & this Key is set to empty in app.config. Can you please check if it is working?
I wanted add the TestsBase to all UCI sample methods. I stops to doing it because for some unknown reason it broke the UCI Ordered Tests file and I was not sure if it was really desired; for samples porpoise may be not good.