Skip to content

Releases: H2CK/oidc

Nextcloud OIDC Provider App - 0.1.1

01 May 19:02
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.1.1

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.
  • Discovery endpoint provided
  • Logout endpoint

Changes:

  • Added Spanish, Finnish, Swedish, Dutch, French, Italian and Greek translation
  • Bugfix to run clean up job to delete expired tokens from db successfully

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.1.0

14 Apr 08:11
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.1.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:

  • 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.
  • Discovery endpoint provided
  • Logout endpoint

Changes:

  • Optimized selection of token expire time
  • Added support for public clients
  • Added Portuguese translation
  • Added Github Actions to build & test application on commit and build, sign and publish to App Store

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.0.2

20 Mar 21:43
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - Bugfix Release

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.
  • Discovery endpoint provided
  • Logout endpoint

Changes:

  • Fixed setting up of database tables to support MySQL / MariaDB

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.0.1

16 Mar 19:16
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - Initial Release

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.
  • Discovery endpoint provided
  • Logout endpoint

Full documentation can be found at: