You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ekline-ai The p0 login documentation at p0-docs/p0-cli/p0-commands-and-usage/p0-login.md lists supported SSO providers (Google, Okta, Ping, Microsoft) but does not include Duo, which this PR adds as a new authentication provider. Update the "Supported SSO Providers" section and the overview line to include Duo.
Create a new branch from the default branch and open a separate pull request with the documentation changes.
Changes made to p0-cli/p0-commands-and-usage/p0-login.md:
Added Duo to the overview line listing identity providers
Added * **Duo** to the "Supported SSO Providers" section
This is a separate PR on the p0-docs repo (branch docs/add-duo-sso-provider), keeping the documentation changes independent from the source code PR p0cli#376.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
This PR adds support for Duo authentication.
Check off any of the following areas of code that are modified:
Type of Change