Skip to content

Releases: microsoft/moodle-auth_oidc

v2.7.0.23

03 May 00:16
Compare
Choose a tag to compare

In this release:

  • Small improvement to the user_connected event to better handle that event elsewhere.

v3.0.0.6

30 Mar 03:43
Compare
Choose a tag to compare

In this release:

  • Clarify login flows.
  • Easier moving between login and linked accounts.
  • Code style fixes thanks to POET
  • Migrate users using old OpenID Connect endpoints to new endpoints.
  • Increase durability of the "just auth" flow (used to set the system API user in o365). Uses the "state" additional data field instead of the session object.
  • Update "Microsoft Open Technologies" references to "Microsoft"
  • Improve debug logging.

v2.9.0.13

30 Mar 03:43
Compare
Choose a tag to compare

In this release:

  • Clarify login flows.
  • Easier moving between login and linked accounts.
  • Code style fixes thanks to POET
  • Migrate users using old OpenID Connect endpoints to new endpoints.
  • Increase durability of the "just auth" flow (used to set the system API user in o365). Uses the "state" additional data field instead of the session object.
  • Update "Microsoft Open Technologies" references to "Microsoft"
  • Improve debug logging.

v2.8.0.21

30 Mar 03:43
Compare
Choose a tag to compare

In this release:

  • Clarify login flows.
  • Easier moving between login and linked accounts.
  • Code style fixes thanks to POET
  • Migrate users using old OpenID Connect endpoints to new endpoints.
  • Increase durability of the "just auth" flow (used to set the system API user in o365). Uses the "state" additional data field instead of the session object.
  • Update "Microsoft Open Technologies" references to "Microsoft"
  • Improve debug logging.

v2.7.0.22

30 Mar 03:43
Compare
Choose a tag to compare

In this release:

  • Clarify login flows.
  • Easier moving between login and linked accounts.
  • Code style fixes thanks to POET
  • Migrate users using old OpenID Connect endpoints to new endpoints.
  • Increase durability of the "just auth" flow (used to set the system API user in o365). Uses the "state" additional data field instead of the session object.
  • Update "Microsoft Open Technologies" references to "Microsoft"
  • Improve debug logging.

v3.0.0.5

19 Feb 19:08
Compare
Choose a tag to compare

In this release:

New Features

  • 10 new language translations.

Improvements and Bugfixes

  • Request admin consent when setting system API user to fix consent-related errors.
  • Fixed: Problems with case sensitivity on login/account creation with OpenID Connect when using PostgreSQL.

v2.9.0.12

19 Feb 19:08
Compare
Choose a tag to compare

In this release:

New Features

  • 10 new language translations.

Improvements and Bugfixes

  • Request admin consent when setting system API user to fix consent-related errors.
  • Fixed: Problems with case sensitivity on login/account creation with OpenID Connect when using PostgreSQL.

v2.8.0.20

19 Feb 19:08
Compare
Choose a tag to compare

In this release:

New Features

  • 10 new language translations.

Improvements and Bugfixes

  • Request admin consent when setting system API user to fix consent-related errors.
  • Fixed: Problems with case sensitivity on login/account creation with OpenID Connect when using PostgreSQL.

v2.7.0.21

19 Feb 19:08
Compare
Choose a tag to compare

In this release:

New Features

  • 10 new language translations.

Improvements and Bugfixes

  • Request admin consent when setting system API user to fix consent-related errors.
  • Fixed: Problems with case sensitivity on login/account creation with OpenID Connect when using PostgreSQL.

v3.0.0.4

03 Feb 22:01
Compare
Choose a tag to compare

In this release:

  • Improved connection management.
  • Fixed redirect when encountering an invalid password when disconnecting.