okta Questions
2
I'm trying to use curl to log into an Okta-enabled site providing the user name & password using the parameter -u {username:password} and all I get back is the html content of the Okta redirect...
Balata asked 15/3, 2016 at 16:4
2
Solved
We have an existing application use NextAuth to communicate with Okta. This is all working fine, we've just added an API which needs the Okta Access Token, we've used the JWT callback in NextAuth t...
3
Im follow the react-hosted-login sample project here: https://github.com/okta/samples-js-react/tree/master/okta-hosted-login
I created my application in okta like so:
I configured the react-samp...
1
Solved
While setting up Auth0 authentication with our okta application from fastapi, we received the following error,
jwt.exceptions.PyJWKSetError: The JWK Set did not contain any usable keys
We followed...
1
Solved
I am using Keycloak 18.0.2. Okta is one of my configured Identity Providers. I am using the OIDC provider (not SAML). I want to map the incoming groups claim from Okta to a user group I defined in ...
1
I have created a sample SOAP Web Service project (spring boot) and trying to integrate Okta as a resource server for authentication.
I am able to deploy the application to WebLogic, but when testin...
Hendrickson asked 10/6, 2022 at 18:58
1
Solved
There are two spring-boot apps.
client
resource-sever
there is dev okta account that is used as auth server
(those 2 apps are standard Spring Boot client -> resource-server, almost out of the ...
Bautista asked 31/3, 2022 at 3:40
0
I am writing a fastapi web app which gets authenticated using OKTA iDP with SAML 2.0 SSO. I want to protect my APIs in web app. I know fastapi has only Oauth2/token based API protection instead of ...
Precatory asked 22/1, 2022 at 8:22
3
Solved
I'm trying to sync users/groups that sit behind Okta in Active Directory. Specifically, I'd like to get all groups a user belongs to, upon login to a third party application.
Looking at the Okta A...
Runty asked 1/9, 2015 at 18:38
4
Solved
I'm going through Okta's PCKE Flow demo to get a better understanding of how it works, and I'm having trouble reproducing the same code_challenge hash that's being generated from the code_verifier....
Manara asked 25/1, 2020 at 16:28
1
Solved
I have been using SAML 2.0 with Spring Boot 2.5.6 using Okta as the Identity Provider. For the most part, I have been able to create a Web Application and integrate with Okta's Identity provider. T...
Basrhin asked 13/11, 2021 at 17:1
4
Solved
I'm using Python & okta-aws tools and in order to fetch correct credentials on aws I need to run okta-aws init. But got an error message of Could not read roles from Okta and the system prompte...
Stethoscope asked 14/7, 2020 at 15:44
2
I integrated jenkins with Okta using SAML2.0 plugin.
Issue: When i click on jenkins app in the OKTA url it is redirecting request to https://jenkins.xxxx.com/samlLogout/ and displaying message "Y...
2
Solved
I am new to this okta snowflake. I am using scim. After integration, I am trying to create the role in the okta, or at least assign the role to the user from the okta to the snowflake. In the docum...
Leede asked 30/9, 2021 at 10:49
1
I'm using the okta sign-in widget to authenticate users within our application. The issue is that when 'prevent cross-site tracking' is checked within Safari (FF has a similar setting), login still...
1
Solved
After stepping around controller authorization in the debugger for the past 4 weeks, I finally decided to tackle OpenID Connect authentication in my Swashbuckle-supported .NetCore 5 API. I wish I h...
Math asked 2/3, 2021 at 18:58
3
Solved
I just signed up for a dev test account with Okta to test OIDC using Okta's auth service and user management.
Using their management portal, I created a second group called Test Group along with t...
Danadanae asked 7/6, 2018 at 15:34
0
We are using spring-security-saml2-core for SSO Okta Integration for the web application.
GitHub: https://github.com/spring-projects/spring-security-saml
This project is in maintenance mode and wil...
Foin asked 9/6, 2021 at 14:15
3
i'm trying Okta quick start for Java tomcat SAML, I am very new to this topic.
When I start my test application I do see a link to Okta IDP, after clicking "Start single sign-on" button i am being ...
Barfuss asked 18/2, 2016 at 14:4
1
Solved
I am using Okta with next-auth.js. Since I'm only using 1 providers (I will be using more providers inside Okta login), may I just skip this page and go directly to Okta login page? If yes, how?
Olmstead asked 27/2, 2021 at 18:9
5
Recently I upgrade the okta-react library and have transitioned the app to use the new hooks. I am updating my tests now. useOktaAuth() is undefined. I want to be able to mock it out so I can test ...
Lyle asked 26/3, 2020 at 21:44
2
Solved
tl;dr: why isn't my OidcUserService despite being registered?
I am trying to use my own OAuth2UserService by registering it as documented in the Spring Security documentation.
However, when I ...
Rustic asked 18/9, 2019 at 18:58
1
Solved
I'm trying to add OKTA to my React application. I've gotten sign-in to work fine. But I'm struggling with Signout.
Setup:
I added OKTA to my project following these instructions from OKTA.
This mos...
2
Solved
First of all, a rookie, related to VPN/Security issues, so really
forgive me for whatever error I make while describing my problem,
and hope I'm able to make it clear.
Our contractors changed AVIAT...
Colosseum asked 22/6, 2020 at 17:13
5
Solved
As in the title.
Found this issue on Okta dev forums https://devforum.okta.com/t/okta-sign-in-widget-breaks-neutrino-jest-tests/2874 where the author mentions that adding canvas-prebuiltnpm packa...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.