Releases: adlnet/moodle-jwt-auth
Releases · adlnet/moodle-jwt-auth
v0.9 - Random Password Option
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
Added an optional function to use a specified property, vs. the regex approach before.
Optional Username Overrides
Adds the ability to override the default username property via environment variables.
v0.6
0.5
Removing Issuer Check
Checking behavior on P1 without any issuer checks.
Removing Required Client Check
Only allowing Issuer check for now.
v0.2 Release
Added email alignment and a default ignore for the issuer, to ease the P1 deployment env requirements.
Initial Testing Release
Initial release for testing with our Moodle pipeline.