API for single sign-on service OKTA
Questions tagged [okta-api]
436 questions
1
vote
1 answer
Error creating bean with name 'springSecurityFilterChain' defined in class path resource
I am new to Spring Security. I am using okta OIDC application to secure my Resource Server.
I have the following application.yml
okta:
oauth2:
client-id: {client-id}
issuer: https://{okta-domain}.okta.com
I have the following security…

code-geek
- 441
- 1
- 8
- 22
1
vote
1 answer
Okta multi-factor authentication at both Organization and Application level
I am trying to setup Okta MFA at both organization and app level for my AWS Application. I have successfully created the Sign On Policy for the AWS App and it is working correctly from Okta Console.
But now I want to add this feature in my Java…

Prateek
- 141
- 1
- 1
- 7
1
vote
0 answers
Flutter using custom scheme as redirect_uri when implementing OpenID Connect (OIDC) with Okta
I'm trying to connect my Flutter application with the Okta API, but unfortunately I have not been able to connect them. Here is an example flow for the login:
The first step is to use the authenticate API in order to authenticate the user using his…

Jonathan Chevalier
- 993
- 1
- 9
- 18
1
vote
1 answer
How to get user data from okta when using it as IdP via GCP Identity Platform?
I've added okta as a SAML provider and as a OIDC provider in GCP Identity Platform (for a firebase project), and from the authentication point of view, everything works great.
When using OIDC, the user's information (displayName, photoUrl, etc.) is…

Jonathan Wasserman
- 13
- 3
1
vote
2 answers
SignOut issue from Microsoft Active Directory SDK for Android
I am using Microsoft Azure Active Directory SDK for Authentication in my Android App. SignIn & Graph API implementation is working fine. But when I am calling the signout method of SDK. It signout me from the app. But when I pressed again login, it…

Rana.S
- 2,265
- 3
- 20
- 19
1
vote
0 answers
requested feature is not enabled in this environment
I'm trying to access the authorization server that i have in okta, so i can see the users profile (in this case the user first name and favorite color )from the alexa skill but keep getting an error.
i just want to retrieve the user info (claims in…

Moriuks
- 129
- 9
1
vote
0 answers
Accessing Backend application through API with Okta
So i'm using Okta to authenticate end users (resource owners) so they can SS0 in to any integrate it application (within okta)..but now i also want to access the API's of the backend resources using Okta(not goint straight to the API of the…

Moriuks
- 129
- 9
1
vote
2 answers
Wait for promises to complete before pushing error array of objects to CSV
I am trying to import and delete large numbers of users from Okta while staying within rate limits, and logging any errors to excel. The code below seems to be working, but there is just the issue that the last of the 5 errors I see on the console…

Jake Durell
- 169
- 1
- 12
1
vote
2 answers
By extending WebSecurityConfigurerAdapter, How to construct configure with custom authentication logic
I am using okta to do authentication. Our company's okta disabled the 'default' authorization server. So right now I cannot use 'okta-spring-security-starter' to simple do this to verify token passed from url headers:
import…

Hongli Bu
- 461
- 12
- 37
1
vote
1 answer
okta laravel vue development getting save error from ubuntu terminal
I am doing a tutorial using laravel and vuew and okta.
From here but when I run the command
yarn add --save vue-router axios @okta/okta-vue
It gives me the error
Usage: yarn [options]
yarn: error: no such option: --save
UPDATE:
install
npm…

guradio
- 15,524
- 4
- 36
- 57
1
vote
0 answers
How to capture the Okta Add Person details to our company database?
I'm pretty new to Okta, please help me with this scenario.
In Okta we have an option called Add Person can be navigated from users>>People>>Add Person
Once we send an invite to the user that details will be captured on Okta People dashboard with…

kal
- 41
- 6
1
vote
1 answer
How to call Okta Add Person API from our application?
In Okta we have an in-built feature under users>>People>>Add Person
Can someone help me understand how to call okta Add Person api from our application?

kal
- 41
- 6
1
vote
3 answers
Python do nothing IF empty JSON object
I am a python noob looking for best practice advice and a resolution to this problem. I am able to successfully pull the data I require from the Okta API which results in the output "PRECONDITION FAILED. Errors reported by remote server: Failed to…

Matthew Morcaldi
- 466
- 1
- 5
- 20
1
vote
2 answers
Integration of frontend and resource server using okta authentication and client credentials API authentication
We have an application that has frontend UI(Which is a web application) which communicates with a resource server. Our frontend will be using some APIs from a resource server to get data.
I am planning to add frontend to Okta and provide access to…

Pulkit
- 45
- 4
1
vote
1 answer
How to log in to arbitrary webpage that uses OKTA for auth?
I work for a large company (50K+). Some orgs within the company use OKTA for auth on their servers.
I have a valid user login (via OKTA) for the servers, and can log in through a browser without any issues, but want to access this site…

Andenthal
- 849
- 5
- 13