458 questions
0
votes
1
answer
20
views
OKTA Authentication Flow non-ui-based scenarios with same User context
Scenario-1:
A user is accessing the service-1 through UI. This access to service-1 is authenticated through the Login page. Now while calling the REST API of service-1, service-1 needs to call service-...
0
votes
0
answers
63
views
Can I add OKTA login in a Google Chrome extension's sidepanel without having to login in another window?
I'm creating a Google Chrome extension that has a sidepanel, and I want users to be able to login using OKTA authentication. I'm using Vue3, if that makes any difference. Right now, there's a button ...
0
votes
0
answers
90
views
How Do I Use Okta Groups with Google's Workforce Identity Federation
So I have an Okta app, we'll call it Test App, that I am using for OIDC with Google Workforce Identity Federation. I'm attempting to use Okta groups as a principal set within GCP:IAM. This works ...
0
votes
0
answers
22
views
Retrieve AccessToken using session token Okta/OAuth2.0 from Backend Node JS Axios
I am working on creating API in Node JS, My requirement is write an APIs which authenticate Okta users from backend using /api/v1/authn endpoint which returns session token and using that token I ...
0
votes
0
answers
49
views
OKTA Redirect URI error: The 'redirect_uri' does not match the redirection URI
I am building an Web app where i have okta to login using redirect model + OIDC. I am able to successfully login and perform 2fa and create an access and ID token.
var createError = require('http-...
0
votes
0
answers
33
views
Invoke EntraID or Okta 2FA on demand after Authenticated Session on certain button clicks
I am looking for suggestion or Approach on the UseCase.
When my app launches, I have customer login to our application through SSO. This could be either Okta or EntraID or Any IDP provider. As they ...
0
votes
0
answers
14
views
How to do additional authentication checks after okta authentication for all supported apps?
We are building a security product which has a browser extension component. We want to be able to authenticate only those requests which are coming from a browser with the extension installed. I have ...
0
votes
0
answers
50
views
OKTA sign in Widget error while loading login page
I have been integrating OKTA sign in widget in Angular and after updating to latest version npm install @okta/okta-signin-widget@latest, when I rerun it , gave me error
Probably from the networks I ...
0
votes
0
answers
32
views
Trouble with Okta SSO Authentication and Google Sites access
Title: Trouble with Okta SSO Authentication and Google Site Access
Issue:
I am trying to authenticate users via Okta using SSO (SAML) and then access Google Sites. I'm using Postman to test this flow, ...
0
votes
0
answers
42
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.
...
0
votes
0
answers
26
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-...
0
votes
0
answers
24
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 ...
0
votes
0
answers
34
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}/...
0
votes
0
answers
65
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 ...
0
votes
0
answers
67
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 ...
1
vote
0
answers
170
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 ...
0
votes
0
answers
32
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=...
0
votes
0
answers
33
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 ...
0
votes
0
answers
34
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 ...
0
votes
1
answer
179
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 ...
0
votes
0
answers
91
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 ...
0
votes
0
answers
49
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 ...
0
votes
0
answers
75
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 ...
1
vote
1
answer
57
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
...
0
votes
0
answers
88
views
Angular Okta-SignIn-Widget - observe event or hook when Allowed into an application or not
Right now, everything is working great - just need to be able to subscribe, or find an event or hook so I can log a successful login vs:
Now these both come back from Okta as a success because the ...
0
votes
0
answers
23
views
Not able to implement Okta in Angular7
I am trying to implement Okta in my Angular7 in my application. I am getting the error when I do ng serve.
"@okta/okta-angular": "^3.2.2"
"@okta/okta-auth-js": "^5....
0
votes
2
answers
995
views
okta oidc - Where/How do I find my jwks_uri?
I've already posted this question in okta community but haven't received an answer yet.
Hello!
Can someone explain how to find the jwk_uri? I was looking at the docs here:
https://developer.okta.com/...
0
votes
0
answers
89
views
What does the proximitiy_* cookie for when using OKTA for authentication
I am trying to understand what the proximity_* OKTA cookie means when we log into a platform using OKTA for authentication. We need this information to add it to our cookie policy disclosure.
...
1
vote
1
answer
665
views
Okta custom integration invalid credentials on /token endpoint
I'm trying to create an integration with Okta for our customers.
I've created a custom integration in Okta with type of OIDC as a Web Application. I've configured the callback url and in general ...
0
votes
1
answer
299
views
How to create a new Tenant using OKTA
I am new to OKTA and have created an OKTA developers account to test my application. Now, I am attempting to create a new Tenant in the OKTA admin console so that each of my applications can have a ...
2
votes
2
answers
198
views
How to stop page refresh after okta token refresh after every 2 min
import React from "react";
import { Route, Redirect, Switch } from "react-router-dom";
import { useOktaAuth } from "@okta/okta-react";
import { Superadmin } from "../...
0
votes
0
answers
28
views
What are some ways to securely authorize Okta users to self service onboard integrations
Use case: Enable self-service OIDC and SAML integrations for application admins within enterprise
I am wondering what are all the ways to securely authorize application admins within an enterprise to ...
0
votes
0
answers
56
views
Can API redirect URLs can connect to a network protected by VPN?
I am working on a web application. I am setting up a third-party service provider as an authentication provider (Okta). I have two applications.
Application 1:
This is a central app to many other ...
1
vote
1
answer
745
views
Seeking Guidance on Token Refresh in Okta React Application without Redirecting to /login/callback
Hello Stack Overflow community,
I'm currently working on a React application that utilizes the @okta/okta-react and @okta/okta-auth-js packages for authentication. The current implementation involves ...
0
votes
1
answer
174
views
Error integrating Grafana to Okta with https protocol
I am trying to integrate OSS edition of Grafana to Okta OIDC using the following guide - https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/okta/
I am ...
1
vote
1
answer
134
views
springboot x react - Okta OAuth2 (401 error API)
I am working on a react and springboot application and am getting 401 error whenever I make a call to this endpoint Other endpoints are working fine.
I'm not too sure what's causing the issue.
I have ...
0
votes
1
answer
307
views
Okta Client Credentails - API access
I created Oka application (API Services) for machine to machine Auth. I set client authentication as "Public key / Private key".
Can someone help with Spring boot application that connects ...
0
votes
1
answer
126
views
Hosting the application at multiple places with single url
We want to host our web application at different places to be in compliance with GDPR laws etc. Though the application is hosted in different places (each place has seperate server and database), we ...
0
votes
1
answer
473
views
Okta Authentication To Know User Logged In The Website First Time
I'm using Okta Authentication in our angular 14 application, This is a SPA.
How can I know that The currently authenticated user logged in to the application the first time so that we can fetch the ...
0
votes
0
answers
386
views
spring boot(3.1.0) with OKTA SAML authentication enters into infinite loop
I am configuring OKTA SAML 2.0 authentication with Spring boot application(v3.1.0) and ending up with infinite loop.
Here is my config code:
@Bean
public SecurityFilterChain filterChain(HttpSecurity ...
1
vote
2
answers
1k
views
Spring Boot / Okta - how to retrieve the users groups
I'm trying to find an example of how to get the groups a user belongs to in Okta in a Spring Boot application which uses Okta as its OIDC provider.
So far, I've gotten the user attributes and the ...
0
votes
0
answers
46
views
Asyncio run_util_complete method cousing error
I'm consuming the Okta API
import csv
import asyncio
from okta.client import Client as OktaClient
from okta import models
config = {
'orgUrl': '',
'token': ''
}
okta_client = OktaClient(...
1
vote
1
answer
596
views
Configuring Okta IDP with keycloak
Recently I started using Keycloak, My requirement is that I want to configure Okta as an IDP. I was able to do that but the problem is each IDP will have an alias which should be unique for that realm ...
0
votes
0
answers
123
views
Adding Okta Authentication to a SPA app which uses a Micronaut Server running Graphql
We have a single page application (Angular JS) and we have configured the SPA application to use the okta authorization. We have a backend serving data via Graphql which is written in Java using ...
0
votes
0
answers
220
views
Need help authenticating to Okta programatically
here's some background of what I'm trying to do. I do not have admin access to my organization Okta enterprise. What I'm trying to do is to login to Okta programatically, and then subsequently login ...
0
votes
0
answers
135
views
Get temp creds in Lambda that live longer that 1 hour and avoid Role Chaining issue
Issue: My use case is to authenticate user programatically in Lambda and fetch his credentials using AssumeRoleWithSAML API. Post this I want to use this credential to assume another role in lambda ...
0
votes
0
answers
548
views
How to get SAML Assertion from Okta API in any other format except HTML
I am developing an application and would like to use Okta as the Identity Provider (IdP) to log in to AWS. I am searching for Okta APIs that I can use to obtain the Security Assertion Markup Language (...
0
votes
1
answer
183
views
how to communicate with microservice which having okta enabled security
i have enable okta security in my microservice , now while testing from postman i am getting okta dialog box to put username and pwd, and then submit i get accesstoken which eventually use in postman ...
1
vote
0
answers
134
views
How to filter Okta Applications by profile via Okta SDK or Okta API
I would like to know how can I filter Okta Applications by Profile value.
Lets say my Application JSON looks like this:
{
"name": "oidc_client",
"label": "...
0
votes
1
answer
367
views
How do I request and store 2 Okta Access tokens to 2 separate backend APIs?
I have an Ionic/Angular Application that uses Okta to sign in with a redirectURI. Once I sign in, I get an access token that I can send to my backend API and get information back. That works great.
...