Skip to content

Nextcloud OIDC Provider App - 0.5.0

Compare
Choose a tag to compare
@H2CK H2CK released this 12 May 15:50
· 1242 commits to master since this release
3661b2c

Nextcloud OpenID Connect Provider App - 0.5.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 (since version 0.4.0) - 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
  • Discovery endpoint provided
  • Logout endpoint supports partial RP-Initated logout (support for id_token_hint, client_id and post_logout_redirect_uri attributes)

Changes:

  • Removed Nextcloud session from token endpoint
  • Added support for POST on userinfo endpoint

Full documentation can be found at:

User Documentation
Developer Documentation