Questions tagged [okta]

Identity and mobility management.

Enterprise-grade identity & mobility management for all your apps, users & devices.

This tag covers all Okta products: - Identity - Mobility - Single sign on - Integrations etc.

1201 questions
-1
votes
1 answer

How to find and iterate a list of value's in a JSON with Python

I have just started learning Python on the job in the last week. I am trying to integrate with our HR system and upload the information into Okta (our SSO provider) using the API's from each. the HR API outputs a json file in the following format { …
Luke W
  • 1
  • 1
-1
votes
2 answers

Integrating Okta with ASP.NET webforms application

I am trying to connect Okta to ASP.NET web forms application and was successful in doing so but I am unable to fetch user ID i.e. Email ID from the okta. I followed the following link for integrating okta with ASP.NET -…
Divesh Soni
  • 61
  • 2
  • 6
-1
votes
1 answer

Extract users and their groups from Okta

How can I extract all users through the Okta API and figure out which groups they belong to by using Python?
-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
2 answers

Cannot GET /implicit/callback

I am integrating okta in my react application for SSO, I followed steps mentioned in okta developer's guide Here is my index.js import React, { Component } from 'react'; import { BrowserRouter as Router, Route } from 'react-router-dom'; import {…
-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

Artifactory & Okta

Artifactory provides a plugin to use Okta for logins. However it is set to automatically go to a specific unused on prim site. Using an Okta custom plugin has allowed for redirection to the home page but not to login. Has anyone used Okta with…
Newbie
  • 1
  • 1
-1
votes
1 answer

Outh2 Token - Can i store the token in a session

I have a short lived(both 20 mins) access token and refresh token and I want to store it in a session as below and will use it any where if required. session.setAttribute(ApplicationConstants.OKTA_RESPONSE,token); Please let me know whether this is…
-1
votes
1 answer

Azure Mobile App Service / Xamarin iOS client / Okta Identity Provider example

Here's my current situation: Xamarin iOS mobile app (using MobileServiceClient to login) Azure Mobile/App Service (ASP.NET Web API) with Azure AD authentication I would like to modify the Authentication part of this process to be handled by Okta…
-1
votes
1 answer

Integrating Multiple IDPs with Okta

I would like to setup Okta to use two identity providers - SAML & OpenID Connect. I would also like the users to be able to choose which IDP during the login process with one of the IDPs being the default. Has anyone implemented a custom login…
-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
votes
2 answers

Obtaining System Log using Okta API

I would like to do the following using OKTA api: One time, I would like to pull the entire system log. Going forward I would like to pull only the days log information. The challenge that I am facing is whenever I get the logs, I only get 1000…
-1
votes
1 answer

Integrating MVC3 App using IWA with OKTA

This is my first web application, i am using IWA to authenticate. My Sysadmin wants me to allow OKTA (SSO implementation) to push users creds to the site and not prompt for login. I am a bit out of my realm here...does anyone know if this is…
derek
  • 123
  • 2
  • 4
  • 14
1 2 3
80
81