OIDC plugin issues associated modules not showing.
Caudill, Trevor T - caudiltt
caudiltt at jmu.edu
Mon Feb 28 20:22:42 UTC 2022
Scott,
Thanks for the help after looking at runclass.sh we noticed we were missing the required directories in our classpath.
After we added the top two lines seen below to runclass.sh we are now seeing the modules enabled with module.sh.
#runclass.sh#
# add in the dependency .jar files
LOCALCLASSPATH="$LOCATION/../dist/plugin-webapp/WEB-INF/lib/*":$LOCALCLASSPATH
LOCALCLASSPATH="$LOCATION/../dist/plugin-contents/*":$LOCALCLASSPATH
LOCALCLASSPATH="$LOCATION/../dist/webapp/WEB-INF/lib/*":$LOCALCLASSPATH
LOCALCLASSPATH="$LOCATION/../edit-webapp/WEB-INF/lib/*":$LOCALCLASSPATH
LOCALCLASSPATH="$LOCATION/lib/*":$LOCALCLASSPATH
[myServer]# /opt/shibboleth-idp/bin/module.sh -l
Module: idp.authn.Duo [ENABLED]
Module: idp.authn.External [ENABLED]
Module: idp.authn.Function [ENABLED]
Module: idp.authn.IPAddress [ENABLED]
Module: idp.authn.MFA [ENABLED]
Module: idp.authn.Password [ENABLED]
Module: idp.authn.RemoteUser [ENABLED]
Module: idp.authn.RemoteUserInternal [ENABLED]
Module: idp.authn.SPNEGO [ENABLED]
Module: idp.authn.X509 [DISABLED]
Module: idp.authn.Demo [DISABLED]
Module: idp.admin.Hello [DISABLED]
Module: idp.admin.UnlockKeys [DISABLED]
Module: idp.intercept.Consent [ENABLED]
Module: idp.intercept.ContextCheck [ENABLED]
Module: idp.intercept.ExpiringPassword [ENABLED]
Module: idp.intercept.Impersonate [ENABLED]
Module: idp.intercept.Warning [DISABLED]
Module: idp.profile.CAS [ENABLED]
Module: idp.authn.DuoOIDC [ENABLED]
Module: idp.oidc.common.1 [ENABLED]
Thanks,
Trevor Caudill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20220228/3eb98c4c/attachment.htm>
More information about the users
mailing list