API for single sign-on service OKTA
Questions tagged [okta-api]
436 questions
1
vote
2 answers
OpenId Connect Implicit flow, how to maintain session
I am building an Angular SPA app and using Okta as an Idp. since its an SPA so I think I need to use Implicit flow. I have two queries here-
Since in Implicit flow a refresh token is not issued, does it means that th user will be logged out of the…

saipadam
- 55
- 2
- 6
1
vote
3 answers
Okta-api -Issue using Spring-security SAML with CSRF
I have gone thru the steps listed in the document -
https://developer.okta.com/blog/2017/03/16/spring-boot-saml#run-the-app-and-login-with-okta
Everything works fine and I see SAML response getting generated and reditection happening to Application…

Palak Shah
- 11
- 3
1
vote
0 answers
React Native Okta SSO 403
I am trying to build an SSO login flow on a React Native app using Okta's oauth 2.0 api.
Here is the flow that I am trying to achieve:
(1) webview renders login page from…

kabuto
- 11
- 2
1
vote
0 answers
Get OKTA SAML assertion via API
How do I get OKTA SAML assertion via API. I have integrated OKTA as sso provider with PureCloud application. Now I want to authenticate user via OKTA.
Thanks!

Mallikarjun Vishwanath
- 103
- 1
- 7
1
vote
1 answer
Is it possible to get custom profile attributes using Okta API?
I would like to get the complete profile attributes including base and custom using the Okta API. I need to use only the API which I can include using RestClient in my rails application. I tried to invoke Authentication as well as the various User…

Akanksha
- 178
- 8
1
vote
1 answer
Okta Angular OpenID - auth guard preventing tokens from being consumed during callback
I'm following this tutorial, which is a great one! It shows how to use Okta for authentication.
https://developer.okta.com/blog/2017/04/17/angular-authentication-with-oidc
This tutorial has a HomeComponent that is assigned to the root route and has…

Jake Smith
- 2,332
- 1
- 30
- 68
1
vote
3 answers
Empty POST /users Request BY OKTA server, causes internal server error
I am trying to use OKTA provisioning using SCIM endpoint for getting data from OKTA to my local DataBase.
So, I have created scim endpoint for my SCIM 2.0 Test App (OAuth Bearer Token) using NODE.js and MongoDB as Database. When I assign new User to…

akash modi
- 93
- 1
- 1
- 7
1
vote
1 answer
Okta stuck in endless loop if no user account in app
I'm building a rails application and have successfully implemented Okta single sign on using the 'devise' gem and 'devise_saml_authenticable' gem. Everything is working great and I am able to successfully log into the app using my Okta account.
The…

Jason
- 193
- 1
- 8
1
vote
1 answer
Okta API for modifying user application assignments?
Looking for the developer documentation as to how to modify a users application assignment. I would like to programatically assign, unassign and change the assignment details (ex: roles). So far I can't find that in the developer docs.

Jon
- 573
- 1
- 6
- 12
1
vote
1 answer
OKTA SCIM User custom attributes
How can I pass Company Name value from Account/Settings pass as custom attribute to my SCIM Server?
Is there any way to access to Company Name value?

Andrii Furmanets
- 1,081
- 2
- 12
- 29
1
vote
2 answers
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 sessionToken.
Use the sessionToken to obtain the…

Evan_HZY
- 984
- 5
- 17
- 34
1
vote
1 answer
Okta Api C# filtering options
I am trying to use the OKTA API in C# to get user information. The filtering options seem extremely basic and trying to filter out after the fact is very slow using something like LINQ.
I find the OKTA documentation extremely hard to follow or to…

Bigbacon
- 19
- 6
1
vote
1 answer
Remove deactivated users from Okta groups via Postman
We've done a poor job of removing deactivated users from Okta groups. I would like to clean that up but there is now way to do so via the UI. I tried this in Postman but receive an error that the HTTP method is not supported by the endpoint.…
user7691343
1
vote
1 answer
Can OKTA create users on external platforms
I have a requirement where an external application user needs to be created through OKTA, is that even possible?

Rodrigo Zurek
- 4,555
- 7
- 33
- 45
1
vote
2 answers
OKTA Widget for MFA
Is there a way to use the JS widget just for MFA?
So, we use APIs for initial authentication, if the call returns "MFA_REQUIRED".
I want then present the user with the MFA screen(s).

martin samm
- 127
- 2
- 7