All Questions
8 questions
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 ...
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 ...
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 ...
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) ...
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....
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 ...
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 ...
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 ...