Skip to main content

Questions tagged [okta-api]

API for single sign-on service OKTA

0 votes
0 answers
6 views

Spring Boot - SAML2 SSO Setup using Okta

We have two microservices (Service1 and Service2) which are developed using Spring Boot and we have React application which makes call to Service1 to get the data that has to be populated on UI. ...
Naveen Shivashankar's user avatar
0 votes
0 answers
10 views

Okta IE oidc sso logout reset cache issue

I am using java 8 with spring security 5, spring mvc based okta ie authentication used spring specialty oAuth libraries. maven oauth2 dependencies: . spring-security-oauth2-client . spring-security-...
d-man's user avatar
  • 57.9k
0 votes
0 answers
12 views

Assistance Needed with Implementing Conditional Okta Login in Multisite Application During Migration

I have a multisite application with login functionality, utilizing Okta login for certain sites while keeping others open to all users. Currently, I'm in the process of migrating from Optimizely 11 to ...
Farhin Shaikh's user avatar
0 votes
0 answers
23 views

How can we call multiple brand for same application in OKTA?

I have created a new brand and added custom domain, but I am not able to call that new brand template in forgot password API. curl --location --request POST 'https://{host}/api/v1/users/{user_id}/...
Vishal Pandey's user avatar
0 votes
0 answers
30 views

Resolving 'IsAuthenticated' False Issue with Ocelot API Gateway and OKTA Authentication

I've been working on setting up OKTA authentication with Ocelot API Gateway and a .NET Core microservice. I followed the recommended approach of configuring the OKTA authentication middleware and ...
Utpal's user avatar
  • 809
0 votes
0 answers
45 views

okta login how to display error message when user in provisioned status

Question: Given an Okta user in a provisioned state, when that user attempts to login, then how do we display a custom message to the user? (ex: "Go activate your account!") Context: My team ...
ultrapulpo's user avatar
1 vote
0 answers
99 views

How to get access token from Okta?

I've created a Application with API services as a chosen option. I'm trying to get token based on Client Id and Client Secret with the grant_type "client_credentials". But it is asking for ...
Yoga Kani's user avatar
0 votes
0 answers
12 views

OKTA Users API: Next Link Response Header sent even when no further records are to be displayed

I’m encountering an unexpected behavior while using the Okta User API for pagination. Here’s the scenario: {{okta_domain}}/api/v1/users?after=&sortBy=profile.firstName&limit=20&search=...
kiran's user avatar
  • 1,342
0 votes
0 answers
14 views

Okta redirects to sign-in page post successful LinkedIn IDP sign-in

We are integrating the LinkedIn SignIn page with our SSO page. We are using a third-party authentication service provider Okta (https://www.okta.com/). We have created an App in the LinkedIn Developer ...
user3404686's user avatar
0 votes
0 answers
31 views

Is there any Nativescript library available which validates OKTA tokens?

Is there any Nativescript library available which would validate OKTA tokens locally? I am using TnsOAuthClient but it doesn't has any method which validates token locally. Tried TnsOAuthClient client ...
Rahul's user avatar
  • 1
0 votes
1 answer
105 views

OKTA User Impersonation _Masquerade

This in context with OKTA. I am logged in as a Superuser (Admin) and trying to perform user impersonation via switch or masquerading in OKTA but could not locate the option in the user profile or ...
Harish Dalmia's user avatar
0 votes
0 answers
58 views

OKTA SSO Driven API Invocation

Consider application 'X' is configured to use IDCS Component for authentication. Another application 'B' is configured to use Okta for authentication. Now, IDCS and Okta are configured in an SSO such ...
Harish Dalmia's user avatar
0 votes
0 answers
35 views

Is there a way to retrieve application key credentials for an Okta application using Terraform?

As part of the documentation for enabling OAuth 2.0 for provisioning between source/target (hub/spoke) orgs, Okta instructs users to make a POST /api/v1/apps request to the spoke org to gather key ...
theFitz's user avatar
  • 11
0 votes
0 answers
45 views

How do I get user data from Okta after authentication? How do I capture the authorization code and use tokens to extract info?

I have used console.log at different locations in my function. My current code signs me in and redirects me to the same page. And I don't see any of the console.logs from the UseEffect() or ...
prantanir10's user avatar
1 vote
1 answer
49 views

Grab top level json element with jq

I can grab sub elements without an issue, but if i try top level element it fails, i was wondering if anyone knew the best way to grab the value for the ID element This works to grab sub elements ...
200mg's user avatar
  • 533

15 30 50 per page
1
2 3 4 5
31