Sap Authentication XSUAA module, - error in its startup microflow

0
When using Sap Authentication XSUAA module, and setting its startup microflow in app in SAP cloud, the app crashes on startup. The module's latest version was taken. The logs: CRITICAL - M2EE: java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.decodeBase64(Ljava/lang/String;)[B at com.auth0.jwt.JWTDecoder.<init>(JWTDecoder.java:32) at sapauthentication.actions.StartXsuaaIntegration.retrieveClaimsFromAuthorityAccessToken(StartXsuaaIntegration.java:195)
asked
1 answers
0

See this question

https://forum.mendix.com/link/questions/90377

You likely imported a module with an older java lib.

answered