Skip to content

Releases: microsoft/moodle-auth_oidc

v2.7.0.15

21 Oct 08:03
Compare
Choose a tag to compare

In this release:

New Features

  • Optional "auto-append". For OpenID Connect providers like Azure AD that use a standardized username suffix (i.e. email address with a common domain), you can enter a value that will be automatically appended to the username when a user logs in using the Username/Password login flow.

Bugfixes

  • Fix incompatibility with PostgreSql.
  • Fix problems using Moodle guest access with OpenID Connect is enabled.
  • Fix problems logging in with the username/password login flow when a user's password starts with "@".
  • Improve upgrade step durability and performance when moving major Moodle versions.

v2.9.0.0

02 Jun 15:37
Compare
Choose a tag to compare

In this release:

Moodle 2.9 support

v2.8.0.8

02 Jun 03:01
Compare
Choose a tag to compare

In this release:

  • Expand scope column of auth_oidc_token to account for more permissions.

v2.7.0.9

02 Jun 03:01
Compare
Choose a tag to compare

In this release:

  • Expand scope column of auth_oidc_token to account for more permissions.

v2.8.0.7

20 May 16:37
Compare
Choose a tag to compare

In this release:

Bugfixes

  • Fix errors refreshing tokens and getting new tokens.
  • Prevent users from switching to OpenID Connect authentication if the plugin is not enabled.

v2.7.0.8

20 May 16:37
Compare
Choose a tag to compare

In this release:

Bugfixes

  • Fix errors refreshing tokens and getting new tokens.
  • Prevent users from switching to OpenID Connect authentication if the plugin is not enabled.

v2.8.0.6

05 May 04:38
Compare
Choose a tag to compare

In this release:

Restore ability to use the redirect URI ([moodle]/auth/oidc) to log in to Moodle using the OpenID Connect SSO while using the username/password login flow.

v2.7.0.7

05 May 04:38
Compare
Choose a tag to compare

In this release:

Restore ability to use the redirect URI ([moodle]/auth/oidc) to log in to Moodle using the OpenID Connect SSO while using the username/password login flow.

v2.8.0.5

21 Apr 20:25
Compare
Choose a tag to compare

In this release:

Reverting to previous auth method
Users now have the option to revert to their previous authentication method if they choose to stop using OpenID Connect to log in to Moodle.

Bugfixes/Stability Improvements

  • Fixed errors getting and refreshing tokens when using the username/password auth flow
  • General code cleanup.

v2.7.0.6

21 Apr 20:25
Compare
Choose a tag to compare

In this release:

Reverting to previous auth method
Users now have the option to revert to their previous authentication method if they choose to stop using OpenID Connect to log in to Moodle.

Bugfixes/Stability Improvements

  • Fixed errors getting and refreshing tokens when using the username/password auth flow
  • General code cleanup.