-
Notifications
You must be signed in to change notification settings - Fork 41
Freshness for the authentication cmdlets article #694
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
Freshness for the authentication cmdlets article #694
Conversation
Learn Build status updates of commit a34828e: 💡 Validation status: suggestions
microsoftgraph/docs-conceptual/authentication-commands.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit 7ada02d: ✅ Validation status: passed
For more details, please refer to the build report. |
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.
@msewaweru, I left a few minor suggestions. Otherwise, LGTM!
|
||
#### Use managed identity | ||
|
||
A common challenge when writing automation scripts is managing secrets, credentials, certificates, and keys. These are used to secure communication between services. Eliminate the need to manage credentials by allowing the module to obtain access tokens for Microsoft Entra resources that are protected by Microsoft Entra ID. The identity is managed by the Microsoft Entra platform and does not require you to provision or rotate any secrets. | ||
|
||
A common challenge when writing automation scripts is the management of secrets, credentials, certificates, and keys used to secure communication between services. Eliminate the need to manage credentials by allowing the module to obtain access tokens for Microsoft Entra resources that are protected by Microsoft Entra ID. The identity is managed by the Microsoft Entra platform and does not require you to provision or rotate any secrets. |
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.
A common challenge when writing automation scripts is the management of secrets, credentials, certificates, and keys used to secure communication between services. Eliminate the need to manage credentials by allowing the module to obtain access tokens for Microsoft Entra resources that are protected by Microsoft Entra ID. The identity is managed by the Microsoft Entra platform and does not require you to provision or rotate any secrets. | |
A common challenge when writing automation scripts is the management of secrets, credentials, certificates, and keys used to secure communication between services. Eliminate the need to manage credentials by allowing the module to obtain access tokens for Microsoft Entra resources that are protected by Microsoft Entra ID. The identity is managed by the Microsoft Entra platform and doesn't require you to provision or rotate any secrets. |
Co-authored-by: Jackline Omondi <57798781+omondiatieno@users.noreply.github.com>
Learn Build status updates of commit 1dd3b1c: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit 79f461e: ✅ Validation status: passed
For more details, please refer to the build report. |
This pull request updates the documentation for Microsoft Graph PowerShell authentication commands to improve clarity, enhance accuracy, and provide additional details. The changes include rephrased descriptions, added notes for better understanding, and updated examples to align with best practices.
Documentation Improvements:
General Enhancements:
Connect-MgGraph
uses MSAL under the hood for authentication.Authentication Methods:
-CertificateThumbprint
and-CertificateName
for app-only access.Passwordless Authentication:
Environment Targeting:
-Environment
parameter, including examples for Azure China and US Government clouds.Command Usage Examples:
Select-Object
with-ExpandProperty
and clarified the use ofInvoke-MgGraphRequest
for issuing REST API requests. [1] [2]Next Steps Section: