github H2CK/oidc 1.9.0
Nextcloud OIDC Provider App - 1.9.0

10 hours ago

Nextcloud OpenID Connect Provider App - 1.9.0

This is the an OIDC App for Nextcloud. This application allows to use your Nextcloud Login at other services supporting OpenID Connect.

Provided features:

  • Support for OpenID Connect Code (response_type = code) and Implicit (response_type = id_token) Flow - Implicit Flow must be activated per client.
  • Configuration of accepted client for whom JWT Tokens are provided. Public and confidential types are supported.
  • Creation of JWT Token with claims based on requested scope. (Currently supported scopes openid, profile, email, roles and groups)
  • Supported signing algorithms RS256 (default) and HS256
  • Group memberships are passed as roles in JWT token.
  • Support multiple Redirect URIs per client
  • Limit access for a client to specific user groups
  • Support for RFC9068 JWT Access Tokens (must be activated per client)
  • Discovery & WebFinger endpoint provided
  • Logout endpoint supports partial RP-Initated logout (support for id_token_hint, client_id and post_logout_redirect_uri attributes)
  • Dynamic Client Registration - Disabled by default
  • Administration of clients via CLI
  • Access Token generation and validation via events

Changes:

  • Use clientId and clientSecret provided from external party during creation of a new client #581
  • Updated dependencies
  • Updated translations

Full documentation can be found at:

User Documentation
Developer Documentation

What's Changed

  • Added possibilty to provide client id and client secret externally by @H2CK in #582

Full Changelog: 1.8.5...1.9.0

Don't miss a new oidc release

NewReleases is sending notifications on new releases.