Skip to content
Snippets Groups Projects
Verified Commit 9df70f09 authored by Jan Pavlíček's avatar Jan Pavlíček
Browse files

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

parent 4d711b42
No related branches found
No related tags found
1 merge request!60feat: authentication context unspecified to password context to work according to the beyond spec
Pipeline #616612 passed
...@@ -44,7 +44,8 @@ class AuthSwitcher ...@@ -44,7 +44,8 @@ class AuthSwitcher
/** /**
* Contexts trusted as password authentication, in the order of preference (for replies). * 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'; 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