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

remove unnecessary warning log message #2010

Merged
merged 1 commit into from
Jul 12, 2024
Merged

remove unnecessary warning log message #2010

merged 1 commit into from
Jul 12, 2024

Commits on Jul 10, 2024

  1. remove unnecessary warning log message

    This message is not needed because the IDP chooser page will take
    care of the case where a browser-based authorization flow did not
    request any specific IDP. For browserless flows (only allowed for
    the `pinniped-cli` client), the client must request a specific IDP
    (except in backwards-compatibility mode) because there is no browser
    in which to show the IDP chooser page. Failing to request a specific
    IDP in a browserless flow will result in a helpful error message
    being returned.
    cfryanr committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e5cfa52 View commit details
    Browse the repository at this point in the history