Skip to content

Nextcloud OIDC Provider App - 0.2.8

Compare
Choose a tag to compare
@H2CK H2CK released this 13 Dec 20:33
· 1530 commits to master since this release

Nextcloud OpenID Connect Provider App - 0.2.8

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

Provided features:

  • Configuration of accepted client for whom JWT Tokens are provided
  • 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
  • Discovery endpoint provided
  • Logout endpoint

Changes:

  • NPM package updates to remove vulnerabilities

Full documentation can be found at: