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.

1201 questions
17
votes
3 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
  • 213
  • 1
  • 1
  • 5
11
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
  • 113
  • 1
  • 1
  • 4
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
  • 771
  • 2
  • 8
  • 29
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,352
  • 1
  • 14
  • 28
9
votes
2 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
  • 6,306
  • 9
  • 47
  • 86
9
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
  • 601
  • 1
  • 6
  • 25
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
  • 5,905
  • 8
  • 47
  • 98
8
votes
1 answer

spring-security-oauth2 JwkTokenStore with custom user details service

I've a rich web (react based) front end application that sends request to a backend ResourceServer application. The requests are sent with JWT in the header for authentication. My setup does authentication against an Okta Authorization Server and…
8
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
  • 4,657
  • 8
  • 42
  • 65
7
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
  • 7,566
  • 8
  • 55
  • 84
7
votes
1 answer

Selenium testing : How to bypass okta in selenium

We have recently implemented okta into our application. Whenever the user wants to login it will ask for an okta code which will keep on changing every 30 seconds, but while running selenium how should I enter the okta code? Can I bypass okta for…
7
votes
2 answers

How to set up Okta as SAML IDP in AWS Cognito User Pool?

I will want to use Okta as SAML 2.0 based IDP, AWS Cognito as service provider, and Cognito user pool to have federated IDP configuration. I have followed all the steps mentioned in AWS sites listed below…
7
votes
2 answers

How can I get all groups a user belongs to using Okta's API?

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 API documentation…
danvalencia
  • 231
  • 3
  • 11
6
votes
0 answers

Experiences with migraton from OKTA to Azure AD

I'm wondering if anybody can share some practical experience here: I have a client making extensive use of the OKTA identity solution for single sign-on to various cloud/web applications (both internal and external) as well as extensive provisioning…
6
votes
1 answer

Chrome Custom Tabs Initial Okta Auth Not Redirecting Back

I'm in the process of implementing SSO on an Android app in which we're using Okta for the identity management while in development. We have Okta set up so that, after the a successful user/password authentication, the user only has to validate…
SBerg413
  • 14,046
  • 6
  • 55
  • 87
1
2 3
80 81