Skip to content

Releases: H2CK/oidc

Nextcloud OIDC Provider App - 0.3.0

28 Jan 21:22
f52c7a6
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.3.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.
  • Support multiple Redirect URIs per client
  • Discovery endpoint provided
  • Logout endpoint

Changes:

  • Added support to limit access for a client to specific user groups

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.2.10

20 Jan 19:01
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.2.10

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:

  • Fixed bug: Stringify jti claim in JWT

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.2.9

13 Jan 19:26
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.2.9

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:

Nextcloud OIDC Provider App - 0.2.8

13 Dec 20:33
Compare
Choose a tag to compare

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:

Nextcloud OIDC Provider App - 0.2.7

05 Dec 09:33
5aff252
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.2.7

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:

Nextcloud OIDC Provider App - 0.2.6

21 Oct 20:38
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.2.6

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:

  • Fix for nextcloud installations in subdirectory

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.2.5

15 Oct 21:54
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.2.5

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:

  • Update of translations

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.2.4

11 Oct 20:04
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.2.4

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:

  • Allow to configure multiple redirect URIs per client
  • Generates all URLs dynamically using generateUrl to support Nextcloud instances reachable in a sub path
  • Added logging output
  • Fixed migration problem of 0.2.2
  • Fixed problem with admin settings panel

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.2.3

11 Oct 17:36
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.2.3

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:

  • Allow to configure multiple redirect URIs per client
  • Generates all URLs dynamically using generateUrl to support Nextcloud instances reachable in a sub path
  • Added logging output
  • Fixed migration problem of 0.2.2

Full documentation can be found at:

Nextcloud OIDC Provider App - 0.2.2

11 Oct 11:56
f6a9d6e
Compare
Choose a tag to compare

Nextcloud OpenID Connect Provider App - 0.2.2

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:

  • Allow to configure multiple redirect URIs per client
  • Generates all URLs dynamically using generateUrl to support Nextcloud instances reachable in a sub path
  • Added logging output

Full documentation can be found at: