-
Notifications
You must be signed in to change notification settings - Fork 2k
chore(api): enhance m365 user auth deprecation #8913
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
Conversation
|
Please add an entry to the corresponding |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8913 +/- ##
===========================================
+ Coverage 73.50% 94.62% +21.12%
===========================================
Files 75 135 +60
Lines 5416 15244 +9828
===========================================
+ Hits 3981 14425 +10444
+ Misses 1435 819 -616
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Co-authored-by: Víctor Fernández Poyatos <victor@prowler.com>
…o PRWLR-8337-soft-deprecate-user-auth-in-api


Context
Possible improvements were detected in the deprecation of user and password authentication for Microsoft 365 in the API, and they will be implemented in this PR
Description
Deprecation status has been added to user and password parameters.
In the previous deprecation, the certificate authentication method was incorrectly given user and password parameters, which are not required. These have now been removed and kept only where appropriate.
Steps to review
Please add a detailed description of how to review this PR.
Checklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.