API for single sign-on service OKTA
Questions tagged [okta-api]
436 questions
0
votes
2 answers
Deploy Vue.js Okta Authentication app on Netlify
I recently built a Vue.js application with Okta authentication. I am attempting to deploy this application on Netlify. After setting up a new project in Netlify, I imported the Vue.js application into the Netlify project from GitHub. I reconfigured…

JS_is_awesome18
- 1,587
- 7
- 23
- 67
0
votes
1 answer
Okta SAML - Stall Sessions
I used the code at https://github.com/oktadeveloper/okta-spring-boot-saml-example to understand how to use Okta for SSO. We are using SAML. My question is how to detect if the session is still valid and if not, redirect the user to the Okta log in…
0
votes
1 answer
How to generate Okta access token programmatically?
In my Okta tenant, I have created a SPA and that authentication part is working fine. My API is a separate one and it's spring boot microservice. I already integrated it with spring boot Okta starter. It's also working fine (Both Authentication and…

user2935131
- 157
- 1
- 4
0
votes
1 answer
Okta re enter password after logging in for a particular action
I'm using okta to sign-in to my react based web application. There is an edit action within the app that requires the user to re-enter his password. I've checked the docs and couldn't find anything similar. The closest I got to was the…

nymphadora
- 839
- 11
- 18
0
votes
0 answers
Using redirects in Okta and Xamarin.Forms
so I am making an app with xamarin.forms that uses This Example to authenticate. It works super well for my purpose on IOS but on android, I get this Error It's just stuck and won't redirect to the next page. I check this Issue. But I don't know how…

jojo osinga
- 27
- 9
0
votes
0 answers
Okta in React Native on IOS 10
Has anyone worked with Okta from React native, and successfully implemented?
We've got a web app that has implemented the okta widget successfully, but the react native app needs to use the lower level api.
From my understanding, the widget doesnt…

Jeremy
- 2,970
- 1
- 26
- 50
0
votes
1 answer
Form value set with JavaScript fails validation
I'm trying to create an autologin script for https://sso.verisk.com/login/default
I'm able to load the page and populate the Username and Password fields, but after clicking the Sign In button it will say "Please enter a username" and "Please enter…

Jason
- 21
- 3
0
votes
1 answer
How to get OKTA implicit response without callback (Desktop app)
Can i get okta authentication worked in Desktop applications ? Where i just want to hit okta api to get access token and other details in response ?
As per my understanding it looks for some redirect_uri which i do not have in case of desktop…

CoronaVirus
- 401
- 2
- 7
- 20
0
votes
1 answer
Passing and retrieving RelayState in SP initiated SSO with Okta IDP
I am trying to pass on a URL as RelayState in the SAML request from SP to IDP so that I get it back once the authentication is complete. But, I am not able to figure out how to do so. I am using sustainsys.saml2 for the saml configuration in my…

Gaurav
- 45
- 6
0
votes
1 answer
OKTA - not able to retrieve authorization code
I am trying to get the authorization code from the redirect URI using below endpoint but all all I am getting is an HTML Page as part of the response . I need to get the authorization code from the api response. When I use Postman, I could see the…

explore theworld
- 1
- 1
0
votes
1 answer
okta OAuthError: Could not acquire access token from authorization code
I am using OKTA.
Looks like that i got an error when clicking on login button:
OAuthError: Could not acquire access token from authorization code.
My app is in LIVE. All the settings in app dashboard look correct, because I took a simple js sdk…

Nika Kurashvili
- 6,006
- 8
- 57
- 123
0
votes
0 answers
Disable an anchor tag form button in Okta widget
I am using the Okta widget on a custom domain. I am performing some minor modifications once the widget has rendered using the "afterrender" event. See after render event here. All is working fine except one modification which attempts to validate…

Jake Durell
- 169
- 1
- 12
0
votes
0 answers
Okta OAuth 2.0 - Invalid access token from Spring Boot resource server
Recently I've tried to create a small app, based on the tutorial here.
At one point, the author of the video reaches a "401 (Unauthorized)" error upon accessing the REST API's URLs and fixes that by appending an Authorization: Bearer 'generated…

TKD21
- 288
- 5
- 12
0
votes
1 answer
Self-signed certification error when running Okta flask integration sample
Self-signed certification error when trying to execute the sample Flask and Okta integration program on work computer.
I am learning to integrate Okta SSO in Flask using Pycharm IDE. I am following the sample tutorial on …

Make Pasta
- 1
- 1
0
votes
2 answers
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 return a code.
for web applications, it would make…

Sanjay
- 1,958
- 2
- 17
- 25