Skip to content
Snippets Groups Projects
Commit 8967e447 authored by Pavel Vyskočil's avatar Pavel Vyskočil
Browse files

chore: merge branch 'xpavlic/unspecified_to_password_contexts' into 'main'

feat: authentication context unspecified to password context to work according to the beyond spec

See merge request !60
parents 4d711b42 9df70f09
Branches
Tags
1 merge request!60feat: authentication context unspecified to password context to work according to the beyond spec
Pipeline #619267 passed
......@@ -44,7 +44,8 @@ class AuthSwitcher
/**
* Contexts trusted as password authentication, in the order of preference (for replies).
*/
public const PASSWORD_CONTEXTS = [self::REFEDS_SFA, Constants::AC_PASSWORD_PROTECTED_TRANSPORT];
public const PASSWORD_CONTEXTS = [self::REFEDS_SFA, Constants::AC_PASSWORD_PROTECTED_TRANSPORT,
Constants::AC_UNSPECIFIED];
public const ERROR_STATE_ID = 'authswitcher_error_state_id';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment