Missing library in OpenOIDC module

1
Hello im missing a library in the OpenOIDC module This is the error im getting how can i get this library? oidc.proxies compile:     [javac] Compiling 435 source files to C:\Users\Thijs.Seppen\Documents\Mendix\JavaLibraries\deployment\run\bin     [javac] C:\Users\Thijs.Seppen\Documents\Mendix\JavaLibraries\javasource\loginweb\actions\DecodeJWT.java:36: error: package oidc.proxies does not exist     [javac]      oidc.proxies.JWT mxJWT = new oidc.proxies.JWT(getContext());     [javac]               ^     [javac] C:\Users\Thijs.Seppen\Documents\Mendix\JavaLibraries\javasource\loginweb\actions\DecodeJWT.java:36: error: package oidc.proxies does not exist     [javac]      oidc.proxies.JWT mxJWT = new oidc.proxies.JWT(getContext());     [javac]                                            ^     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] 2 errors   BUILD FAILED
asked
1 answers
0

Did you use the OpenID Connect module from the marketplace? That one works like a charm out of the box.

 

PS: it looks like you renamed your module in the project explorer but the folder in your project directory is not renamed..

answered