Questions tagged [okta]

Identity and mobility management.

Enterprise-grade identity & mobility management for all your apps, users & devices.

This tag covers all Okta products: - Identity - Mobility - Single sign on - Integrations etc.

1660 questions
46
votes
4 answers

How to downgrade python version from 3.8 to 3.7 (mac)

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 prompted that"Your Pipfile requires python_version 3.7, but you…
user13902742
  • 505
  • 1
  • 4
  • 6
22
votes
1 answer

Skip SignIn page with next-auth.js to go directly to provider

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?
Boubou
  • 632
  • 5
  • 18
15
votes
1 answer

Keycloak: How to auto redirect Keycloak user to OKTA SSO page instead of clicking on button?

I have followed the guide https://ultimatesecurity.pro/post/okta-saml/ , to configure OKTA Saml with keycloak. After this configuration, I see Okta/saml login button on login page, clicking on which, the user is redirected to Okta login/SSO. Now,…
tryingToLearn
  • 10,691
  • 12
  • 80
  • 114
12
votes
4 answers

How to calculate PCKE's code_verifier?

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. Here's a screenshot of the demo: Using…
burnt1ce
  • 14,387
  • 33
  • 102
  • 162
12
votes
1 answer

CAS vs Okta Vs Keycloak comparisions as an SSO solution

Which is the best option for SSO implementation Keycloack Vs CAS Vs Okta? I'm specifically looking for the disadvantages of each service to identify the best suitability for my system.
Sachin Arora
  • 123
  • 1
  • 1
  • 4
11
votes
3 answers

OpenID Okta initiated login `AuthSdkError: Unable to parse a token from the url`

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-sample appropriately export default { oidc: { …
Krimson
  • 7,386
  • 11
  • 60
  • 97
11
votes
1 answer

Okta SCIM Deprovisioning via PUT method?

Our backend server doesn't support HTTP PATCH method (only PUT). As the result we cannot properly Unassign User from SCIM app. When I try Unassign User, Okta SCIM seems make PATCH request (not PUT). The Okta SCIM docs says: Okta also does a PUT if…
Andrii Furmanets
  • 1,081
  • 2
  • 12
  • 29
10
votes
1 answer

Okta Authentication, Cannot GET /implicit/callback

I'm following this guide https://developer.okta.com/quickstart/ to add authentication to my React App. I've set everything as per the guide, and I get the id token from the demo preview site. The log says the authentication is successful and…
Salmaan P
  • 817
  • 1
  • 12
  • 32
10
votes
1 answer

UseJwtBearerAuthentication signing key

I'm trying to implement the JWT Bearer Authentication in my AspNetCore MVC app (Web API only) using the JwtBearerMiddleware but am getting a 401 response with header: WWW-Authenticate: Bearer error="invalid_token", error_description="The signature…
Steve
  • 1,584
  • 2
  • 18
  • 32
10
votes
1 answer

Getting list of groups user is associated with in Okta

I'm trying to integrate with Okta SSO by implementing SAML 2.0 in my website as Service Provider (SP) and Okta env. as my Identity Provider (IDP) I can't understand how to configure my IDP to return for each Auth request, the groups a user is in.…
buddy123
  • 5,679
  • 10
  • 47
  • 73
9
votes
2 answers

Should dynamic query parameters be present in the Redirection URI for an OAuth2 (Autorization Code Grant Type)

Sources such as this Okta sponsored site (see "Per-Request Customization" section) mention that the redirect_uri parameter of a autorization request SHOULD NEVER have a dynamic query part (ex: for session matching uses). Quote: The server should…
GhislainCote
  • 1,502
  • 11
  • 18
9
votes
1 answer

How can I log into an Okta enabled site using curl?

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 page. How can I login into the app by providing my Okta…
nsierraj
  • 111
  • 1
  • 5
9
votes
2 answers

How do I configure Spring Security SAML to work with Okta?

I'm trying to make spring-boot-security-saml-sample application work with Okta. To add Okta as a provider, I've made the following changes to WebSecurityConfig.java: https://gist.github.com/mraible/c8b52972f76e6f5e30d5 I found the following question…
Matt Raible
  • 8,187
  • 9
  • 61
  • 120
8
votes
1 answer

JWT set did not contain any usable keys

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 guidelines as detailed in the following link for…
Harris Minhas
  • 702
  • 3
  • 17
8
votes
2 answers

Connecting in a Linux box to AWS-VPN using OKTA Push Authentication

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 AVIATRIX-OKTA VPN for AWS-VPN with OKTA Authentication,…
tonio
  • 484
  • 5
  • 15
1
2 3
99 100