BookStack/tests/Auth
Dan Brown b987bea37a
Added OIDC group sync functionality
Is generally aligned with out SAML2 group sync functionality, but for
OIDC based upon feedback in #3004.
Neeeded the tangental addition of being able to define custom scopes on
the initial auth request as some systems use this to provide additional
id token claims such as groups.

Includes tests to cover.
Tested live using Okta.
2022-08-02 16:56:56 +01:00
..
AuthTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +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 Added OIDC group sync functionality 2022-08-02 16:56:56 +01:00
Saml2Test.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
SocialAuthTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
UserInviteTest.php Addressed test failures from users API changes 2022-02-04 01:02:13 +00:00