<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
0D54z00007B58OvCAJOkta Classic EngineAuthenticationAnswered2024-03-25T11:37:23.000Z2021-09-15T12:07:10.000Z2021-09-15T18:30:23.000Z

97eic (97eic) asked a question.

Authentication with okta(node.js APIs) with out redirection flow

Hi,

 

Hope you are reading this email full of zeal and zest.

 

I have confusion while I am integrating the okta for authentication with my node.js APIs.

Actually, we want to later use that authentication token to communicate with NEXUDUS.

 

For now, we are using 

 

npm package  @okta/okta-sdk-nodejs.

 

By using this above-mentioned package we successfully achieve the following.

 

- successfully creating the client 

- successfully create the new user by client.createUser. and got the user id in response.

 

But got Stuck on these:

 

- failed to get any token in response to creating a user. by whom we can achieve login in NEXUDUS through api.

- failed to login in okta by API.

 

NOTE: we don't want to go for okta screens(redirection flow) for login. We want to achieve login in okta as well as log in with NEXUDUS through okta by our backend APIs.


This question is closed.
Loading
Authentication with okta(node.js APIs) with out redirection flow