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

feat: Allow to bypass login page if login_hint param present #163

Merged
merged 1 commit into from Mar 10, 2023

Conversation

sventorben
Copy link
Owner

Adds a new configuration option "Bypass login page".

If switched on, users will be forwarded to their home IdP without the need to reenter/confirm their email address on the login page iff email address is provided as an OICD login_hint parameter or SAML subject/nameID.
If switched off, users are only redirected after submitting/confirming their email address on the login page. (default)

Note: This will respect SAML ForceAuthn and OIDC prompt=login|consent|select_account parameters. If one of these parameters is present, the login page will not be bypassed even if configuration option is switched on.

Closes #161

Adds a new configuration option "Bypass login page".

If switched on, users will be forwarded to their home IdP without the
need to reenter/confirm their email address on the login page iff email
address is provided as an OICD `login_hint` parameter or SAML
`subject/nameID`.
If switched off, users are only redirected after submitting/confirming
their email address on the login page. (default)

Note: This will respect SAML `ForceAuthn` and OIDC
`prompt=login|consent|select_account` parameters. If one of these
parameters is present, the login page will not be bypassed even if
configuration option is switched on.

Closes #161
@sventorben sventorben added the enhancement New feature or request label Mar 10, 2023
@sventorben sventorben self-assigned this Mar 10, 2023
@sventorben sventorben merged commit a4e1b72 into main Mar 10, 2023
@sventorben sventorben deleted the gh-161 branch March 10, 2023 23:16
@sventorben sventorben added the ignore-for-release Not included in release notes label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ignore-for-release Not included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Automatically authenticate based on login_hint
1 participant