Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
174 views

Error integrating Grafana to Okta with https protocol

I am trying to integrate OSS edition of Grafana to Okta OIDC using the following guide - https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/okta/ I am ...
Abhishek Anvekar's user avatar
0 votes
1 answer
362 views

How to implement OpenID connect in Node JS using Okta tool

I am not expert in this topic. I referred many documentation, many video for implement OpenID concept in Node JS using Okta. But I couldn't understand. How it's processing and How to use any one ...
Hariprasath Vengatachalam's user avatar
0 votes
2 answers
4k views

How to handle redirect url for mobile application - OAuth 2.0 Authorization Code Flow with PKCE

we are trying to build an android mobile application that would use OAuth 2.0 authorization code flow with PKCE. while reading more about this, I found we have to pass redirect URL where it would ...
Sanjay's user avatar
  • 1,998
1 vote
0 answers
459 views

How to fix 'UnhandledPromiseRejectionWarning'

I'm setting up a login and register page using Okta and Express. I have tried to set up the ExpressOIDC but then I get this error: `App listening on port 3000 (node:15664) ...
Bob's user avatar
  • 11
0 votes
0 answers
38 views

Okta, one application several APIs

I have 2 applications and each one has his own backend but I want to access the third API from both applications. this third API should be secured. the same security that the other 2 applications have....
carlos padilla's user avatar
0 votes
0 answers
44 views

How to prevent MITM attack while setting password using activation link

I am sending activation link throught email id which inturn is calling after creating user.These are the steps that I am doing: Create User Without Credentials.(OKTA API) Activating user with send ...
Bharat Bhaskar's user avatar
1 vote
2 answers
2k views

Okta: Failed to get authorization code through API call

I'm integrating Okta to my own IdP server by using Okta's API. I'm implementing the Authorization code flow by following the steps below: In my own server, use the /api/v1/authn endpoint to get the ...
Evan_HZY's user avatar
  • 1,024
0 votes
1 answer
1k views

Okta OpenID OAuth Integration

With reference from this URI: http://developer.okta.com/docs/api/resources/oidc.html#parameter-details I have tried using the /authorize endpoint but I am not getting a token back in the result from ...
R Kumar's user avatar
  • 187