Questions tagged [okta-api]

API for single sign-on service OKTA

436 questions
0
votes
1 answer

How do I create a user in AD and Okta?

How do I automatically create a user in Active Directory, at the same time as creating the user in Okta. Is there an API/SDK to do this ?
0
votes
1 answer

Escaping special characters when using OKTA REST API

I'm using OKTA's REST API http://developer.okta.com/docs/api/getting_started/design_principles.html. It seems the API does not allow angle brackets even if escaped with a \ (Field: Value must not contain HTML tags) even though OKTA's API would allow…
0
votes
1 answer

MFA Life-cycle actions not available via Okta Events API?

Hi I am trying to use the Okta Event API to extract MFA registration and reset events and pump them into a SIEM engine and send the user alerts. We are wanting to make users aware of enrollment, reset events surrounding Okta MFA where Okta is…
0
votes
2 answers

Cannot create user via OKTA API

I'm trying to add a user to an app using Okta's api. Here's my request: POST /api/v1/apps/0oagjhAEEQZFXXLMFVSQ/users/00ugfzFQBXZJFRJCTAUX Accept: application/json Content-Type: application/json Authorization: SSWS Why am I getting this…
Alex Stybaev
  • 4,623
  • 3
  • 30
  • 44
-1
votes
1 answer

Jest Testing Error when using @okta/okta-auth-js

I have a React application that is providing a third party SSO via Okta, so making use of the @okta/okta-auth-js package. Have an authentication file that defines an instance of OktaAuth and passes the setup config: import OktaAuth, {…
foakesm
  • 803
  • 10
  • 18
-1
votes
1 answer

How to send sms challenge in OKTA SDK from Angular 13

How to send sms challenge in OKTA SDK from Angular 13 How can I send an sms challenge to the phone number given while enrolling to the factor using Okta. According to the OKTA documentation I am making a POST call…
Yogesh
  • 246
  • 1
  • 4
  • 20
-1
votes
1 answer

OKTA tokens api blocked from browser

I have setup OKTA with my angular 13 application and trying to use the OKTA "tokens" api to get the authorisation token. It works perfectly fine in POSTMAN but fails with the following error on Chrome; error: "invalid_client" error_description:…
Yogesh
  • 246
  • 1
  • 4
  • 20
-1
votes
1 answer

Create Okta user via Okta API in Jenkins

Question I am running Jenkins for job automation and using Okta for authentication. I would like to create a Jenkins job that I can run on demand to create a user in Okta. The user will have the the attributes required by Okta: email, username,…
-1
votes
1 answer

OktaAuth not working when used in Angualr site

In my Angular application I have this function to direct to the login page: const oktaConfig = Object.assign({ onAuthRequired: (oktaAuth: any, injector: { get: (arg0: any) => any; }) => { const router = injector.get(Router); // redirect…
runnerpaul
  • 5,942
  • 8
  • 49
  • 118
-1
votes
1 answer

How do I add a custom field for a new Okta app integration?

I am creating a new Okta integration for our app and need to require users to enter a subdomain, where can I do this? We will be using SAML. As you can see in this example for the slack integration ( http://ronz.io/gPgAeS), they are able to add a…
zstrad44
  • 41
  • 5
-1
votes
1 answer

Okta AJAX Get Error - No 'Access-Control-Allow-Origin' header in ExtJs

Ext.Ajax.request({ url: 'https://dev-516799.oktapreview.com/api/v1/users?limit=200', method: 'GET', Accept: 'application/json', 'Access-Control-Allow-Origin': '*', headers: { 'Authorization': 'SSWS…
-1
votes
1 answer

Windows PowerShell Filtering by data range

I have a powershell script to get deactivated accounts from our SSO app but would like to filter it down to only those that were deactivated more than 90 days ago. I then have another script to take the results and deletes those users from the SSO…
Caven B
  • 3
  • 2
-1
votes
1 answer

Okta ChatterGroups provisioning

Is there a way to also update Chattergroup membership when provisioning accounts directly from Okta? The documentation does not list this variable in the schema.
Ingo
  • 1
-1
votes
1 answer

How to by-pass login form of windows(Desktop) application (Not web application) while using OKTA IDP?

Is there any sort of OKTA API or workaround to bypass the login form of a Windows application when the user is already logged in using Active Directory user credentials in their PC? In the case of aweb application I am able to achieve it by…
-1
votes
1 answer

Customizing the Okta Footer

I am trying to customize the footer that contains the support links etc. There is an option to enable/disable but I want to customize it so that I can add my own links or code in there. Does anyone have any suggestions?
AtifC
  • 1
1 2 3
29
30