egroupware/api/src/Auth
ralf 4a70021f41 WIP Oauth authentication for Office365:
- add all Microsoft email domains
- using login.microsoftonline.com/common as OAuth provider URL
- use mail-server name to detect custom mail domains
--> auth with IMAP agains outlook.office365.com still NOT working, probably needs some kind of further verification / being an Microsoft partner
2023-01-12 19:33:31 -06:00
..
Ads.php * Authentication: allow using multiple backends, even same backend multiple times with different configuration 2020-09-10 17:12:53 +02:00
Backend.php move auth classes to Api\Auth, only Sql is currently tested! 2016-03-06 20:47:10 +00:00
BackendSSO.php * API: add SimpleSAMLphp for SAML/Shibboleth authentication and many more 2020-04-14 14:10:33 +02:00
Cas.php * API: add SimpleSAMLphp for SAML/Shibboleth authentication and many more 2020-04-14 14:10:33 +02:00
Fallback.php fix not working forced password change on login page with fallback auth 2016-07-27 10:19:48 +02:00
Fallbackmail2sql.php move auth classes to Api\Auth, only Sql is currently tested! 2016-03-06 20:47:10 +00:00
Http.php * Api: fixed not working HTTP authentication 2016-07-26 17:07:42 +02:00
Ldap.php suppress warning and trace (containing passwords) if userPassword attribute is not accessible 2020-04-16 12:16:04 +02:00
Mail.php move auth classes to Api\Auth, only Sql is currently tested! 2016-03-06 20:47:10 +00:00
Multiple.php config got "lost" after deleting the cache, caused by it being automatic unserialized 2020-10-02 08:38:51 +02:00
Nis.php move auth classes to Api\Auth, only Sql is currently tested! 2016-03-06 20:47:10 +00:00
OpenIDConnectClient.php WIP Oauth authentication for Office365: 2023-01-12 19:33:31 -06:00
Pam.php fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc 2021-03-21 18:27:09 +01:00
Saml.php * SAML/Univention: support for Univention SAML IdP for SSO incl. docu 2022-08-04 20:10:23 +02:00
Sql.php fix Scrutinizer "bugs" 2016-07-02 11:53:40 +02:00
Sqlssl.php * Setup/Auth: fix PHP Fatal with Sqlssl authentication (Class EGroupware\Api\Auth\auth_sql not found) 2016-07-09 09:20:00 +02:00
Univention.php * Univention: fix not working password change (setting Kerberos credentials) 2018-07-13 09:58:38 +02:00