Skip to content

Releases: adlnet/moodle-jwt-auth

v0.9 - Random Password Option

09 Nov 14:07
Compare
Choose a tag to compare
Pre-release

Allows a MOODLE_JWT_ASSIGN_RANDOM_PASSWORD environment variable, which will allow the plugin to create a random password based on the JWT properties.

This is only intended as viable for JWTs which provide issuer and nonce claims.

Special properties for specific certs

22 Jun 19:11
Compare
Choose a tag to compare
Pre-release

Added an optional function to use a specified property, vs. the regex approach before.

Optional Username Overrides

21 Jun 19:14
Compare
Choose a tag to compare
Pre-release

Adds the ability to override the default username property via environment variables.

v0.6

28 Feb 18:53
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

Adding loginpage_hook to bypass manual login page when JWT is present.

0.5

27 Feb 17:48
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release

Swapping order of the Auth header check.

Removing Issuer Check

22 Feb 21:38
Compare
Choose a tag to compare
Removing Issuer Check Pre-release
Pre-release

Checking behavior on P1 without any issuer checks.

Removing Required Client Check

22 Feb 21:31
Compare
Choose a tag to compare
Pre-release

Only allowing Issuer check for now.

v0.2 Release

17 Feb 18:54
c1a428a
Compare
Choose a tag to compare
v0.2 Release Pre-release
Pre-release

Added email alignment and a default ignore for the issuer, to ease the P1 deployment env requirements.

Initial Testing Release

07 Feb 20:40
Compare
Choose a tag to compare
Pre-release

Initial release for testing with our Moodle pipeline.