BookStack/tests/Auth
Dan Brown 767699a066
OIDC: Fixed incorrect detection of group detail population
An empty (but valid formed) groups list provided via the OIDC ID token
would be considered as a lacking detail, and therefore trigger a lookup
to the userinfo endpoint in an attempt to get that information.

This fixes this to properly distinguish between not-provided and empty
state, to avoid userinfo where provided as valid but empty.

Includes test to cover.
For #5101
2024-07-14 14:21:16 +01:00
..
AuthTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
GroupSyncServiceTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
LdapTest.php Merge pull request #4985 from BookStackApp/ldap_ca_cert_control 2024-05-02 23:16:16 +01:00
LoginAutoInitiateTest.php Copied over work from user_permissions branch 2023-01-21 11:08:34 +00:00
MfaConfigurationTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
MfaVerificationTest.php MFA: Copied autocomplete changes from totp to backup codes 2024-03-10 18:31:01 +00:00
OidcTest.php OIDC: Fixed incorrect detection of group detail population 2024-07-14 14:21:16 +01:00
RegistrationTest.php Auth: Changed email confirmations to use login attempt user 2024-05-20 17:23:15 +01:00
ResetPasswordTest.php Routes: Added throttling to a range of auth-related endpoints 2024-05-20 14:00:58 +01:00
Saml2Test.php SAML2: Fixed non-spec point of logout, Improved redirect location 2023-12-08 18:42:13 +00:00
SocialAuthTest.php My Account: Updated and started adding to tests 2023-10-19 14:18:42 +01:00
UserInviteTest.php Routes: Added throttling to a range of auth-related endpoints 2024-05-20 14:00:58 +01:00