<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
0D50Z00008G7VTVSA3Okta Classic EngineIntegrationsAnswered2025-06-14T10:29:51.000Z2016-06-30T19:04:13.000Z2018-08-12T04:16:55.000Z
Add a custom internal application that is not using SAML or SWA in order to leverage API
I am working on putting a custom Java application behind Okta for authentication purposes. In order to properly leverage the Authentication API, it seems that I need to add this application to Okta via the admin application and then assign permissions to the specific AD groups.

 

When I attempt to add an application in Okta's admin application, the only options are for a SAML or SWA application. Because this application is only used internally, it is not currently utilizing SAML or SWA.

 

Once this custom application is added to my company's Okta, I can assign certain AD group permissions and make my Authentication API calls by passing in the current AD username and AD password. The API will then check the user's group permissions, either granting or denying access. (Does this sound correct?)

 

Is there a way to add a custom-made application in Okta's admin application without SAML or SWA, in order to utilize the AD group permissions in tandem with the Authentication API?

This question is closed.
Loading
Add a custom internal application that is not using SAML or SWA in order to leverage API