API for single sign-on service OKTA
Questions tagged [okta-api]
436 questions
4
votes
1 answer
Changing password after successful login with Okta API
I'm currently building an application that uses Okta for authentication, and I'd like to build a feature that allows users to change their password once they've logged in. Unfortunately, I can't seem to find an endpoint that will serve this purpose.…

STOR1497
- 41
- 1
4
votes
2 answers
Failing Okta OAuth2 token validation in AspNetCore
I would like to validate a JWT access token from Okta in bearer header on my API, but the validation always fails giving the error below:
2016-12-16 10:12:30.451 +00:00 [Information] Failed to validate the token…

dieselcz
- 433
- 3
- 9
4
votes
2 answers
SAML Single logout through OKTA
I have got the following SP's Request and IDP's reponse:

Jami
- 579
- 6
- 20
4
votes
1 answer
Updating Okta User profile
I am using Okta C# sdk for development. I have created some custom user profile attributes in the Okta. I am able to create user and save values in custom attributes.
But as I saw that when you update profile data you have to provide all the details…

Dinesh Rawat
- 71
- 7
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
- 153
- 2
- 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,544
- 2
- 14
- 31
3
votes
0 answers
Even though both are same, Im getting the error: The 'redirect_uri' parameter must be a Login redirect URI in the client app settings
in my okta application settings ,
LOGIN
Login redirect URIs :http://localhost:3000/users/callback & http://localhost:3000/
Logout redirect URIs http://localhost:3000/
and in app.js,
onst oidc = new ExpressOIDC({
issuer:…

Shashank Patwa
- 53
- 1
- 5
3
votes
2 answers
Update Okta profile master by another system errorCode: E0000023
We have an Okta instance that is tied to Active Directory. All users are created in AD and fed into Okta. The profiles are mastered by AD. We had added several custom attributes to the Okta profile and would like to update them via the Okta…

Todd
- 1,461
- 2
- 13
- 27
3
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
- 410
- 6
- 19
3
votes
1 answer
SSO with multiple native application based on access token of one application
I had an application that does authentication of User and store access token generated based on client_id #1 securely. Know in second application I need access token based on client_id#2 without user needs to log in.
What are ways to generate…

Roll no1
- 1,315
- 1
- 16
- 23
3
votes
2 answers
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…

Tihomir Balaban
- 31
- 2
3
votes
1 answer
Swagger Authorization with Okta configuration JWT token
I am trying to authorize the swagger api with the okta configuration using ASP.NET core 2.2.
Followed the instruction from this link
https://app.swaggerhub.com/help/enterprise/user-management/sso/okta
But quite not sure how can I do it.
Okta link…

San Jaisy
- 15,327
- 34
- 171
- 290
3
votes
1 answer
Remember me with OAuth2 in SPA
I know the concept of OAuth2 and OpenID. in our application authentication is happening through OKTA and we receive access-token in a response.
Our architecture is a microservice-architecture and we are using EmberJS at frontend.
we have to…

Sanjay
- 1,958
- 2
- 17
- 25
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
- 2,970
- 1
- 26
- 50
3
votes
1 answer
Why am I getting 'E0000022' on Okta OAuth2.0 /api/v1/authorize endpoint?
I am trying to authenticate a user through OKTA API.
I am following these steps:
make post request to /api/v1/authn providing user and password
given this is MFA, I then make another request to the /api/v1/auth/factors/{ID}/verify endpoint. This is…

Vini
- 223
- 1
- 3
- 9