API for single sign-on service OKTA
Questions tagged [okta-api]
436 questions
0
votes
1 answer
okta integration with spring mvc rest api oauth2
I am trying to integrate Okta over an existing application which is built on Spring Security Rest Api Oauth2. I have integrated okta with spring boot application successfully but stuck with this application (Spring Security Rest Api Oauth2). The…

Sonam Raj
- 1
- 1
0
votes
0 answers
Bulk assignment of multiple users to an app in Okta through Postman API
I am trying to add some users to an application in Okta simultaneously through Postman API i.e. bulk assignment of multiple users to an app. Assigning them at a time will save my manual labour as well as time.
For example, suppose we have been given…

anurag kumar
- 9
- 1
0
votes
1 answer
How to associate Okta users to specific redshift database group?
I am trying to get users onboarded on Redshift using Okta and wanted to know how we can associate an okta user to a specific database group(s) in redshift. I want to do this so that we can control access to database schemas/objects based on…

conetfun
- 1,605
- 4
- 17
- 38
0
votes
1 answer
Get list of applications in OKTA using Jquery
Hi is there a way to get users applications list in OKTA via jquery? Right now we are using Okta Iframe on our page, problem is that the okta content cannot be changed.

BizApps
- 6,048
- 9
- 40
- 62
0
votes
1 answer
Get Okta Token details from java api
I have created Okta token by following the steps below.
https://developer.okta.com/docs/api/getting_started/getting_a_token
Now i would like get this token details from Okta through Java code,
I am using Okta-Java-SDk, but not finding any API which…

santosh
- 3,947
- 3
- 21
- 32
0
votes
1 answer
How to authenticate PowerBI embedded with OKTA
I have a sample ASPNETCore application that authenticates with OKTA (code repo here: https://github.com/ramicodes/Okta-netcore-auth-sample)
I want to use powerbi embedded (user owns data scenario) but i need to use OKTA for authentication. PowerBI…

Rami Sarieddine
- 5,396
- 35
- 41
0
votes
1 answer
Okta spring boot is not working when adding jpa dependency on spring boot application
I have these okta dependencies:
com.okta.spring
okta-spring-boot-starter
0.5.0
…

Haris
- 211
- 1
- 2
- 10
0
votes
0 answers
Okta + Custom Login Page + react native
I have developed a react native app and integrated OKTA with it . at present if the users opens the app then he will redirect to OKTA login page to enter his/her details and sign in and he will redirect again to native app. But my client requirement…

Bharath
- 111
- 8
0
votes
0 answers
okta login success but redirect the page not working in angularjs
Getting Okta api success but inside of this success function redirect its not working, alert also not working. May you please let me know where my mistake is?
var oktaSignIn = new OktaSignIn({
authParams: {
responseType:…

Vinodhini R
- 71
- 1
- 8
0
votes
2 answers
Not able to login the page with okta using Angularjs
i have created the simple login page using AngularJS integrate with okta api this POST API I am passing the parameters like:
1) Username
2) password
3) option:multiOptionalFactorEnroll:true
warnBeforePasswordExpired:true
it's throwing the 500…

Vinodhini R
- 71
- 1
- 8
0
votes
0 answers
Unable to send okta push authentication (using API ) by HttpWebRequest C#
I am trying to integrate okta push authentication in my c# application
when i am calling API("/api/v1/users/userid/factors/factorid/verify") using HttpWebRequest i am getting null response and further getting Exception as "The remote server returned…

Ronnei
- 1
- 1
0
votes
0 answers
okta-spring-boot-starter-jar-issue-Unable to proceed further
We’re trying to implement a Spring Boot App to use Okta for the identity management and we’re running into some challenges. We created a demo project using this link: https://developer.okta.com/blog/2017/10/27/secure-spa-spring-boot-oauth .
We’re…
0
votes
0 answers
Redirect back to application and display custom error page when user fails to sign in to Okta
I am using Okta for authentication within an Angular app. When the user visits the application they are taking to the https://dev-111111.oktapreview.com/login/login.htm login form. If the user signs in successfully they are taken back to the…

Blake Rivell
- 13,105
- 31
- 115
- 231
0
votes
1 answer
Okta api invalid request
I'm trying to fit the Okta Asp.NET Core Mvc example (https://github.com/oktadeveloper/okta-aspnetcore-mvc-example) into my React Asp.Net Core app. (The reason I'm not using Okta's React example is that it uses Babel and my VS2017 React project uses…

alexb
- 277
- 4
- 16
0
votes
0 answers
How to do this registration okta curl request in javascript
I am trying to register a new user in OKTA in Javascript with a curl mentioned here
.
I want to make a curl format like this
curl -v -X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: SSWS…

fourth
- 599
- 2
- 5
- 20