This extension adds support for
OpenID Connect to ownCloud Server.
OpenID Connect is an open standard for single sign-on and identity and access management. With ownCloud it can be used for user authentication and client authorization against an external Identity Provider.
**Benefits of using ownCloud with OpenID Connect**
- Increased security by shifting user authentication to an external Identity Provider
- Seamless integration into single sign-on (SSO) environments as well as with third party products
- Centralized client management within the Identity Provider
- Enterprise-grade security through the use of authentication security features (e.g., multi-factor authentication) and policies (e.g., automatic token expiration on certain conditions) provided by Identity Providers
The integration requires an Identity Provider that supports OpenID Connect (e.g., Keycloak, Kopano Konnect, Ping Federate, ADFS, Azure AD or others).
More information on setup, configuration and migration can be found in the ownCloud Documentation.
This is a fork of the upstream `owncloud/openidconnect` app, modified by BW-Tech GmbH for owncloud.online and ported to PHP 8.4.