OAuth2 Provider Module Release Notes - Mule 4
The OAuth2 Provider module enables a Mule runtime engine (Mule) app to be configured as an Authentication Manager in an OAuth2 dance.
Reference: OAuth2 Provider Reference
1.0.6
February 18, 2021
Fixed Issues
-
Fixed an issue that prevented LDAP authentication. (OPM-20)
-
Fixed the
Already exists a listener matching that path and methods
error that occurred when restarting an application using the OAuth2 Provider Module. (OPM-21) -
Fixed the
Provider already registered
error that occurred when starting a stopped application when using the OAuth2 Provider Module. (OPM-22)
1.0.5
September 15, 2019
Fixed Issues
-
ClassCastException
was incorrectly thrown in an error scenario. This has been replaced byOAuth2ProviderSecurityException
. (MULE-17445)
1.0.4
August 13, 2019
Fixed Issues
-
HTTP updated to version 1.5.6. (MULE-17254)
-
Upgraded commons-io to version 2.6. (MULE-16582)
1.0.1
January 8, 2019
Fixed Issues
-
Token response content-type header is not application/json (EE-6224)
-
ClientCredential grants inconsistent error codes. This broke compatibility, so use system property:
mule.oauth.provider.oldErrors=true
if wanting to get the previous error codes. (EE-6521) -
clientSecurityProvider
is no longer mandatory. (EE-6488) -
Static login page is now being exported. (EE-6519)