Nextcloud OpenID Connect Provider App - 2.0.4
This is the an OIDC App for Nextcloud. This application allows to use your Nextcloud Login at other services supporting OpenID Connect.
Attention - Potential Breaking Change
Version 2.x tightens several behaviours to better match the OpenID Connect conformance suite. OIDC-compliant clients should continue to work, but clients that depend on legacy 1.x behaviour should be reviewed before upgrading. For further details consult the documentation.
Provided features
- Support for OpenID Connect Code (response_type = code) and Implicit (response_type = id_token) Flow - Implicite Flow must be activated per client
- Support for PKCE
- Public and confidential types of clients are supported
- Creation of ID Token with claims based on requested scope (Currently supported scopes: openid, profile, email, roles, groups, and offline_access)
- Supported signing algorithms RS256 (default) and HS256
- Group memberships are passed as roles in ID token
- Clients can be assigned to dedicated user groups - Only users in the configured group are allowed to retrieve an access token to fetch the ID token
- Support for RFC9068 JWT Access Tokens (must be activated per client)
- Discovery & WebFinger endpoint provided
- Logout endpoint
- Dynamic Client Registration
- Client Configuration Management (RFC 7592)
- Token Introspection (RFC 7662)
- Support for resource url (RFC 9728) at introspection
- User Consent Management
- Support for custom claims
- Administration of clients via CLI
- Generation and validation of access tokens using events
- User specific settings to define which data is passed to clients in ID token and via userinfo endpoint
Full documentation can be found at:
User Documentation
Developer Documentation
What's Changed
- Revoke user consent now invalidates already-issued access tokens and prevents refresh-token grants after consent revocation (fixes #674).
- Fixed client deletion cleanup so associated
oidc_user_consentsrows are removed and do not remain orphaned. - Fixed a regression in the client edit flow where saving changes could crash with an undefined client list entry when updating the flow type.
- Added regression tests covering consent revocation, refresh token behavior, client deletion consent cleanup, and the client edit flow.
- Updated translations
- Build(deps-dev): Bump websocket-driver from 0.7.4 to 0.7.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #671
- Build(deps): Bump the npm_and_yarn group across 1 directory with 5 updates by @dependabot[bot] in #673
Full Changelog: 2.0.3...2.0.4