Skip to content
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

Update PPBT Documentation on authentication types #2688

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions power-platform/alm/devops-build-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ To interact with the Microsoft Power Platform environment, you must establish a

|Connection type|Description|
|---------|---------|
|Service principal and client secret (recommended)|Uses service principal based authentication and supports multi-factor authentication|
|Username/password|A generic service connection with username and password. Doesn't support multi-factor authentication.|
|Service Principal via Workload Identity Federation (recommended)|Uses service principal based authentication via Federated Credentials. Recommended for tenants which require multi-factor authentication.|
|Service principal and client secret|Uses service principal based authentication.|
|Username/password|A generic service connection with username and password. Does not support users requring multi-factor authentication.|

## Configure service connections using a service principal

Expand Down
Loading