BookStack/tests/Auth
Dan Brown e20c944350
Fixed OIDC handling when no JWKS 'use' prop exists
Now assume, based on OIDC discovery spec, that keys without 'use' are
'sig' keys. Should not affect existing use-cases since existance of such
keys would have throw exceptions in prev. versions of bookstack.

For #3869
2022-11-23 11:50:59 +00:00
..
AuthTest.php Quick run through of applying new test entity helper class 2022-09-29 22:11:16 +01:00
GroupSyncServiceTest.php Auth group sync: Fixed unintential mapping behaviour change 2022-06-27 14:18:46 +01:00
LdapTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
LoginAutoInitiateTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
MfaConfigurationTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
MfaVerificationTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
OidcTest.php Fixed OIDC handling when no JWKS 'use' prop exists 2022-11-23 11:50:59 +00:00
RegistrationTest.php Updated email confirmation flow so confirmation is done via POST 2022-11-12 15:11:59 +00:00
ResetPasswordTest.php Added login throttling test, updated reset-pw test method names 2022-09-22 17:29:38 +01:00
Saml2Test.php Prevented saml2 autodiscovery on metadata load 2022-10-16 09:50:08 +01:00
SocialAuthTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
UserInviteTest.php Updated test to align with latest translation 2022-10-21 10:41:55 +01:00