Questions tagged [okta-api]

API for single sign-on service OKTA

348 questions
4
votes
2 answers

Has anyone integrated Okta with GitLab successfully?

We would like to integrate Gitlab with Okta, any advice on how to get started?
Michael Gill
  • 143
  • 1
  • 6
4
votes
0 answers

Exception when calling Okta authentication

I am trying to use Okta for authentication in my app which doesn't need SSO, just to authenticate the user details against Okta and then go on and check other systems if it fails. The API is a little sparse but I am trying the following var…
Don Zacharias
  • 1,524
  • 2
  • 12
  • 29
3
votes
1 answer

Exception: Correlation failed. Unknown location with Okta In C#

So I am building a ASP.NET Core 2.2 application and I am trying to implement Okta verify into this system. I have seen that this issue of the "Exception: Correlation failed" has been discussed on many threads across many message boards, I have tried…
3
votes
2 answers

How would I implement Okta Authentication in Gentics Mesh?

Gentics Mesh comes with support for Keycloak built-in, but I'd like to use Okta instead. What's best practice? Would it require modifying Mesh source code? Or maybe I should handle authentication in a middleware layer? Or could I implement…
Jeremy
  • 1,893
  • 18
  • 35
3
votes
1 answer

Jwt cannot be parsed, Okta

I am trying to set up Okta authentication on my React App. On the client side I am able to authenticate successfully and I get the access token. However when I try to authenticate a backend service using OktaJwtVerfier, I get the error message:…
fgonzalez
  • 2,991
  • 5
  • 34
  • 65
3
votes
0 answers

Access control allow origin is not present in response header

I am using Okta for my flask web services authentication. Trying to consume protected services from Ajax. While doing that I am getting below error: Access to XMLHttpRequest at 'https://org.okta.com/oauth2/ausl2cu6foKJx4WXS0x7/v1/authorize/?'…
user1632980
  • 245
  • 1
  • 2
  • 10
3
votes
1 answer

Angular 2/5 and SAML authentication via Okta

We are building an Angular 5 app front end application with Node as the back end layer. The API requests to node from angular are authenticated via basic authentication but we are planning to implement SAML authentication for Angular web application…
Alice
  • 261
  • 2
  • 10
3
votes
2 answers

kid not matching on OAuth 2.0 flow

I'm using Okta for identity management. As the client in authorization flow, I send an authorize request to Okta. This works successfully, and I get a JWT payload. I want to verify the JWT signature, so I make another call to Okta in order to fetch…
Magua
  • 248
  • 1
  • 9
3
votes
2 answers

What is Provisioned status in Okta API?

I have been playing around with user lifecycle events against the Okta REST APIs. I'm confused about the various Okta user statuses, specifically STAGED, ACTIVE, and PROVISIONED. I have seen this diagram: but it does not fit what I am…
nettie
  • 558
  • 1
  • 8
  • 20
3
votes
1 answer

Okta SignIn Widget with SAML

We have a Single Web Page application developed with Spring Boot + AngularJS, and we want integrate Okta for the authentication part. I have created a developer account on the Okta website, and configured an application using SAML 2.0 Then I…
rmanga7
  • 31
  • 2
2
votes
1 answer

Okta: Fetching Access Token via JavaScript

I've been struggling to really understand the Okta docs regarding this but basically im trying to fetch an Okta Access Token via their API using Vanilla JS. I am using the following JS SDK to simplify…
ayushlal
  • 185
  • 8
2
votes
0 answers

Getting error "UNABLE_TO_VERIFY_LEAF_SIGNATURE" from Okta JWT Verifier

Trying to verify Okta token using @okta/jwt-verifier module but getting below error parsedBody: JwtBody { ver: 1, jti: 'xxxxxxx', iss: 'xxxxxxx', aud: 'api://default', iat: 1596797376, exp: 1596800976, cid: 'xxxxxxxx', …
2
votes
1 answer

How to add authentication method to already existing Okta to ASP.NET project

I have ASP.NET project with working Okta authentication set up, but I need to allow user to authenticate by another service, which also uses JWT. What are best practises to do it? Okta authentication was set up using this guid, so Startap.cs has…
orlyohreally
  • 270
  • 3
  • 13
2
votes
1 answer

How to iterate through all the data through okta api with limited calls using okta python SDK

I am using OKTA Api where I want to get the groups. There are currently close to 50k groups and the API is making a request and pulling in 10k groups. While the api limit is 1000? Which is weird, maybe I was provided 10k request, who knows. Anyways…
Jeremy Lin
  • 226
  • 1
  • 10
2
votes
2 answers

How to set okta configuration dynamically?

Suppose Two different customer having their respective client-id,client-secretkey,okta-domain. Based on my research on okta, I found that these parameters are to be set in application.properties file. How to set these parameter dynamically so that…
Dhanraj
  • 833
  • 2
  • 8
  • 34
1
2
3
23 24