API for single sign-on service OKTA
Questions tagged [okta-api]
436 questions
0
votes
1 answer
List Okta usernames assigned to app via postman
Is there a way, via Postman, to list the usernames assigned to an application. I am not looking for the Okta username, rather the username being passed to the SP. If yes, is there a way to limit the response to only that value as opposed to all…
user7691343
0
votes
2 answers
"Single Sign on" using OKTA in an MVC Application
I need to implement the "Single Sign on" using OKTA in an MVC Application. I have created an account on Okta and created an application.
I can able to get the details such as Identity Provider Single Sign-On URL,Identity Provider Issuer and X.509…

Roshil K
- 2,583
- 28
- 38
0
votes
2 answers
Okta application just redirect to a url
One of our requirements Is provision an app to an Okta user so he can click the app box and just redirect to an url with some query string parameters, no login required, is this possible using Okta?

Rodrigo Zurek
- 4,555
- 7
- 33
- 45
0
votes
0 answers
Logging with Okta using Active Directory Employee Id
I am very new to OKTA. Currently I am engaged in a specific requirement where our on premises SharePoint 2013 Application is integrated with OKTA. As of while trying to login to SharePoint the OKTA Login Screen appears which accepts Ad…

Nilanjan Dutta
- 83
- 1
- 8
0
votes
0 answers
Okta ApiClient GetList: "Error making an HTTP request: One or more errors occurred"
I am using Okta as my authentication provider, however recently I am getting the above-mentioned exception message most of the time, although not always.
I took a look at the c# wrapper, but I still can't figure out why the outcome seems so…

Emanuele Ciriachi
- 2,216
- 2
- 26
- 39
0
votes
1 answer
Okta - How do I identify currently logged on user in this case?
I will try to keep the question as clear and direct as possible.
Social authentication (Facebook) configured with Okta with redirect URI as URL to my custom webapp. This custom webapp relies on Okta for authentication.
User visits my custom webapp…

Jatin
- 667
- 8
- 16
0
votes
1 answer
Authenticating AJAX API calls from the UI which is SAML authenticated
We have 2 parts to our application.
The backend written in Java 8 which exposes different REST end points using Jersey 2.0.
The UI which is a Single Page Application built using React and other node modules.
The Web interface uses SAML 2.0…

user320599
- 191
- 1
- 11
0
votes
3 answers
How do I get the list of jar files to be included in classpath for Okta java-api calls?
I have already built the okta-sdk-0.0.4-SNAPSHOT.jar using maven, and I am able to compile my test api code without issues.
https://github.com/okta/oktasdk-java
However, at runtime, the API calls need some more jar files, for example the one that…

Jatin
- 667
- 8
- 16
0
votes
1 answer
Getting Users SessionID from Okta Sign-in Wudget
So I'm using the Okta Sign-In Widget to authenticated users for my internal WebApp.
However, I'm struggling how I get the sessionID from the created session stored in a cookie from my domain or posted back in a response to then be saved, so it can…

James-R10
- 25
- 5
0
votes
1 answer
Okta API Questions on GetApp Requests
I'm currently working on a project using the OKTA platform and API but have some queries.
When making a GET call for List Apps Assigned to User or List
Apps Assigned to User, I'm getting a response for all apps added
to the OKTA instance, rather…

James-R10
- 25
- 5
0
votes
1 answer
enabled multiple domain for CORS enabled for Okta security
I am trying to use Okta widget for my app login page which is successfully works with adding domain name into security group under security/api/cors. However, I have one server host multiple app with same login page. what is the best way for I to…

jacobcan118
- 7,797
- 12
- 50
- 95
0
votes
1 answer
How to get information on box account creation using okta api?
okta when configured, automatically creates box accounts for new users added to okta's AD.
Is there any way to get information from box if the account created by okta is successful or not? I am referring only API calls.

Ajay s
- 11
- 4
0
votes
2 answers
How can I get the Next Link from response header in Okta's API List Users when paginating?
I'm trying to implement Okta's pagination for their API endpoint List Users. It looks like in order to paginate one must get the next link via their incoming headers from their response. When executing their List Users API endpoint via the command…

user1370897
- 503
- 8
- 15
0
votes
1 answer
Okta SAML login is not success
Implementing SAML using Okta as the IdP. The log-in is working fine when the project is running in my local machine and in our QA machine. The same project doesn't work when I move it to production. I am giving the DNS name in the place of a URL and…

Anoop LL
- 1,548
- 2
- 21
- 32
0
votes
1 answer
Okta App Accessing issues
I have added community applications to our Dashboard by clicking on Add Apps(home page), and assigned to the people. its working fine, people able to access Community Software, but whenever we are intended to create our custom app(Jive demo sandbox)…

Venuu Munnuruu
- 285
- 1
- 6
- 17