API for single sign-on service OKTA
Questions tagged [okta-api]
436 questions
0
votes
1 answer
Okta OpenID OAuth Integration
With reference from this URI:
http://developer.okta.com/docs/api/resources/oidc.html#parameter-details
I have tried using the /authorize endpoint but I am not getting a token back in the result from Okta, I always get the result as:
404 - Page Not…

R Kumar
- 157
- 1
- 2
- 12
0
votes
1 answer
OKTA: Best approach for authenticating users in custom web portal
I'm new to Okta and I'm having a tough time wrapping my head around what I need to do in order to authenticate users.
I'm writing a web portal for a company that already uses Okta internally.
They have requested that I use Okta to authenticate…

Ryan Martin
- 1,613
- 3
- 24
- 36
0
votes
1 answer
Okta Authorization that's Application Specific
I have been able to successfully integrate Okta authorization into our application, either by using the Okata plug-in on a custom login-to-okta.html page or checking the StatusCode from the PostResponse(url As String, content As String, ByRef…

John Waller
- 43
- 1
- 6
0
votes
1 answer
Okta - Primary Authentication with Public Application using VB.Net
Using the API documentation, we are trying to use this for authenticating:
Primary Authentication with Public Application:
http://developer.okta.com/docs/api/resources/authn.html#primary-authentication-with-public-application:
Authenticates a user…

John Waller
- 43
- 1
- 6
0
votes
1 answer
What are the APIs exposed by OKTA
I have used one API in OKTA " mydomain.okta.com/api/v1/authn "
Am looking for other such APIs that OKTA expose, I couldn't find any list in any documentation.
Can anyone get the source of the open APIs that can be used to consume ( say example -…

Rigin
- 177
- 2
- 17
0
votes
1 answer
Need OKTA API for testing connection purpose or workaround for testing connection?
Does anyone know any sort of API to test the connection with OKTA IDP is succeed or failed?
If connection is successful then we can carry on with other OKTA operation.
If connection is failed then perform necessary operation to fix it as per…

RameshPasa
- 407
- 6
- 25
0
votes
2 answers
Struts 1.3 + Saml Okta SSO Integration
We want our (struts 1.3) application to integrate with SAML through Okta SSO. I searched in Google but not seen any example. Please Advise me on "(struts 1.3) application to integrate with SAML through Okta SSO" and give some sample codes.
Thanks in…

Asarudeen A
- 59
- 1
- 11
0
votes
1 answer
Are Okta Provisioning Agent SDK and Java SDK same?
I can see two terms (i.e. Okta Provisioning Agent SDK, and Java SDK) continuously when I am browsing OKTA documents.Are Okta Provisioning Agent SDK and Java SDK same? I can find a link to download Java SDK. However, I am not able to find download…

A. Deo
- 1
- 1
0
votes
0 answers
Error authenticating AuthApiClient in java okta api
I am using okta java api to authenticate user credentials. AuthApiClient.authenticate(username, password, someRelayState) method is throwing com.fasterxml.jackson.core.JsonParseException:
Unexpected character ('<' (code 60)): expected a valid value…

A. Deo
- 1
- 1
0
votes
1 answer
Verifying Sessions
We currently support mobile and desktop apps. Our product is somewhat unique. We have our own secure authentication method. However, I've been tasked with integrating Okta to validate credentials in a customers ActiveDirectory. They currently are…

Colin
- 331
- 3
- 19
0
votes
1 answer
Using the Okta API and .Net SDK
I'm working with the Okta API and trying to understand a couple of things:
How do you get a count of members. For example, how do I get a count of groups defined, or the count of users assigned to a group. The admin tool seems to do this easily…

BardMorgan
- 444
- 3
- 15
0
votes
1 answer
Ability to activate the Okta activation token programatically
Does Okta have the ability to check the activation token programmatically without the user browsing to the site.
The activation token comes as part of the url from calling this api:…

Anish
- 3,045
- 3
- 27
- 29
0
votes
1 answer
OKTA sso for Salesforce CanvasApp
We are working on canvasAPP in salesforce and that requires single sign on between salesforce and External Application(External java Web application). Basically we are going to have a tab/button in salesforce for Ext Application that should…

KrForce
- 101
- 1
0
votes
2 answers
How do I get a list of hidden applications a user has access to?
In the Okta UI there's an option to hide applications from the dashboard, which is exactly what we want. There are some applications we want hidden in the Okta dashboard, but available in our custom applications.
But when we hide them from the…

Andrew Blosser
- 43
- 1
- 8
0
votes
1 answer
Okta api python sdk throwing json error
I'm trying to create a user with the python sdk. When I run my script, I get the following error:
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/sitepackages/oktasdk-python/okta/framework/ApiClient.py", line 53, in post
if…

John Yossarian
- 31
- 2