
ReubenR.96214 (Customer) asked a question.
Hi All,
I've been trying to integrate our current application that runs on JbossEAP7 with Okta to perform as a resource server. Our current setup performs authentication through LDAP using a custom module that extends org.jboss.security.auth.spi.UsernamePasswordLoginModule. this is configured as part of the jboss Standalone.xml as part of its security domain, Sample:
<subsystem xmlns="urn:jboss:domain:security:2.0">
<security-domains>
<security-domain name="SecurityService" cache-type="default">
<authentication>
<login-module code="com.authentication.jboss.LdapCustomLoginModule" flag="required" module="ldap">
<module-option name="configFile" value="xxxxx"/>
<module-option name="baseDNPrefix" value="xxxxx"/>
<module-option name="baseDNSuffix"xxxxx"/>
</login-module>
</authentication>
</security-domain>
</security-domains>
</subsystem>
I have not found any resources online that point me to the right authentication class that I can extent for JWT token verification.
Has anyone tried to achieve something similar, any help in the right refection would be much appreciated.

Hi Reuben,
This is Sami from Okta support!
Given the complexity and the environmental variables for this integration, I suggest that you open a support case with us to review this integration and the intended behavior to be able to assist you.
Thank you!
Sami Attili
Technical Support Engineer
Okta Global Customer Care