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

OIDC connector: Allow specifying empty prompt type #3373

Merged
merged 2 commits into from
Mar 12, 2024

Commits on Feb 23, 2024

  1. OIDC connector: Allow specifying empty prompt type

    Enhanced the OIDC connector to allow specifying an empty promptType parameter. Previously, the default behavior always appended 'consent' if promptType was not specified. This adjustment was necessary due to variations in default behaviors across certain Identity Providers (IDPs).
    
    Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
    nabokihms committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    185ec88 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge branch 'master' into empty-prompt-type

    Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
    nabokihms committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9200cf8 View commit details
    Browse the repository at this point in the history