You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oidc-enrollment-hook/CHANGELOG.md

1.1 KiB

This project adheres to Semantic Versioning.

Changelog for "oidc-enrollment-hook"

[v1.2.0]

  • Now an UMA token is issued also after the login in the PostLoginAction to assure token's presence for the context without have to wait the next HTTP call and the Valve's intervention, in the case when it is not necessary the redirect to an origin URI after the login. (#20591)

[v1.1.3]

  • Now user reconciliation/identification from OIDC token after the login is performed no more checking by using the email address but by using the User's username, the Liferay screenname. (#20827) (#20840)

[v1.1.2]

  • Added some info of the user is about to create in the logs expecially for screen name (auto-generated or externally provided) (#20413). Restored per-session token removal. Logs revised. (#20445)

[v1.1.1]

  • Fixed occasionally missing of the redirect to the original requested URI after OIDC login

[v1.1.0-SNAPSHOT]

  • Added avatar retrieve/update at every login (#19726)

[v1.0.0-SNAPSHOT]