API for single sign-on service OKTA
Questions tagged [okta-api]
436 questions
0
votes
2 answers
OKTA - SPA Verify JWT Token & Setup Authorization Server
I am working through a process of validating the JWT after OKTA Login. I have a SPA Sample SPA Site that handles user login and calling an API.
SPA SITE
User Logins into OKTA
Obtains a JWT
Passes JWT to a .NET Web API (hosted on my own server…

Elim Garak
- 1,728
- 1
- 16
- 21
0
votes
1 answer
Invalid Token Provide error in OKTA while creating user
I am getting Invalid token provided error . I created new token and with postman, I am able to create user but using ajax call I am not able to create user.Here is the sample code.
var express = require('express');
var bodyParser =…

Bharat Bhaskar
- 1
- 2
0
votes
0 answers
Want to create multiple okta groups programatically
What is the best way to create large number of groups in Okta? I want to basically create a number of groups in Okta. Since the quantity is high i am looking at some utility/option to create all the groups in one go.

Deepak Prasad
- 435
- 2
- 8
- 18
0
votes
1 answer
Okta synchronization with Salesforce
We want to use OKTA for SSO but need to know if this is Synced in both ways?
In case if we are making any change in Salesforce side for User , will this be updated back to OKTA, believe not and this would need API calls.
Someone Please…

HRZ
- 105
- 5
0
votes
0 answers
Cannot verify Test API Credentials when configuring Okta User provisioning
I am configuring Okta User Provisioning (developer account) in relation to a ServiceNow instance. Even after passing the correct user id and password, I am unable to verify the 'Test API Credentials'.
I receive below validation error:
Could not…

user1934643
- 165
- 1
- 10
0
votes
0 answers
Okta Authentication with secure password
I have implemented Okta login in my application. I have used '/api/v1/authn' api to login. I have send the input for the service as
{
"username": "{{username}}",
"password": "{{password}}",
"options": {
"multiOptionalFactorEnroll": true,
…

user3211705
- 2,418
- 3
- 19
- 36
0
votes
1 answer
Okta sign-in widget with PHP does not work
I was trying to setup OAuth workflow using the sample application as given here
However for some reason, after I enter my okta user Id and password, I never gets the control back on my call-back URL and application just hangs indefinitely.
However…

Andy
- 2,493
- 6
- 37
- 63
0
votes
1 answer
How to obtain state token for password reset in Okta
I want to implement forgot password feature using the following api in Okta
Password Reset api
For this api I need State Token.
So my question is How I can obtain state token in Okta?

Twix
- 392
- 1
- 12
- 38
0
votes
2 answers
OKTA SCIM2 provisioning, custom attributes not found in request
How to configure an OKTA SCIM2.0 application so that it can send custom attributes(like city, state, zip) and also groups in which the user is assigned to, with POST/PATCH/PUT requests
Current request obj received from okta is as below:
POST…

Umang Mehta
- 1,467
- 11
- 16
0
votes
0 answers
Stormpath secure rest api
I followed the example here https://stormpath.com/blog/the-ultimate-guide-to-mobile-api-security
and here to acquire an access token
https://support.stormpath.com/hc/en-us/articles/225610107-How-to-Use-Stormpath-for-Token-Management
"use…

timpham
- 556
- 2
- 7
- 25
0
votes
2 answers
OKTA Session API
Is there an API (we are using the OKTA Sign In Widget) to get the original res.idToken?
Reason I ask is that users might hit our site after logging in to a different site and we need the idToken. We can tell if the session exists of course..
…

James
- 1,263
- 2
- 12
- 12
0
votes
0 answers
What could be the reason for Okta Log Api giving internal Server Error 500 through code but giving result when run from Postman
I have a windows service which hits Okta Event Api
http://developer.okta.com/docs/api/resources/events.html
Now I have changed code to hit Okta Log Api
http://developer.okta.com/docs/api/resources/system_log.html
Problem : While Log api Get request…

Mateen Khan
- 13
- 3
0
votes
4 answers
ERROR ReferenceError: OktaSignIn is not defined
I am trying to integrate okta with webpack and angular2, I am using almost everything correctly and I end up with error.
I am using setup from https://angular.io/resources/zips/webpack/webpack.zip as it is and also followed things correctly…

ashish ghone
- 69
- 2
- 8
0
votes
1 answer
Integration with okta SSO
Which is the best way to use okta SSO. We want to integrate okta with our ruby web application. Which way will be best from the given below?
SWA
SAML
OpenID Connect

Kapil Kaushik
- 69
- 9
0
votes
1 answer
Okta Javascript Auth API fails on Android
I'm implementing SSO for my product using Okta Authentication Javascript API. The code is something like this (I use Aurelia as front-end framework):
login() {
var OktaAuth = require('@okta/okta-auth-js');
this.authClient = new…

sleb
- 193
- 1
- 12