<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y0000A2TpLBSQ0Okta Classic EngineIntegrationsAnswered2021-12-08T23:35:14.000Z2020-12-05T05:08:07.000Z2020-12-28T21:10:56.000Z

ReubenR.96214 (Customer) asked a question.

Integrating Okta with Jboss as a resource server

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

    Expand Post
    Selected as Best
  • 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

    Expand Post
    Selected as Best
This question is closed.
Loading
Integrating Okta with Jboss as a resource server