760 B
760 B
This project adheres to Semantic Versioning.
Changelog for GCube Secrets
[v2.0.1-SNAPSHOT]
UmaTokenSecretnow enforces a single-value audience (aud) claim in JWTs, rejecting tokens with multiple audiences. [#31139]
[v2.0.0]
- Migrated to Java 17
- Implementation based on d4science-iam-client instead of keycloak-client
- Java 21 for javax version
- maven-parent-javax 1.4.0-SNAPSHOT
- BUGFIX: UmaTokenSecret.isValid ignores expiration check when verifying token
- The function getRoles() now returns all owner roles [#28836]
- Added getContextRoles() [#28836]
- Added priority to secret [#29995]
- Dual version, javax and jakarta
- maven parent updated to 1.3.0-SNAPSHOT
[v1.0.0]
- First Release