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
6
votes
1 answer

Error validating SAML message

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 redirected to Okta address with info "Sining in to…
ZaCk1231
  • 61
  • 1
  • 1
  • 3
6
votes
2 answers

Configure Okta to Mediate between our SP Application and IdP

We are a Service Provider who has SAML enabled our app to allow for IdPs to authenticate users for us. To make sure everyone is on the same page Identity Provider (IdP) is an application whose job it is to authenticate users Service Provider (SP)…
Stengel
  • 61
  • 4
6
votes
2 answers

Initialising Okta Signin Widget a second time in a single-page webapp throws exception

We are integrating the Okta Sign-in Widget into our React-based webapp. The example snippet: var oktaSignIn = new OktaSignIn({baseUrl: baseUrl}); oktaSignIn.renderEl(...) Works fine for us when rendering the widget for the first time, but after…
Ian Su
  • 221
  • 1
  • 5
5
votes
2 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
  • 12,985
  • 28
  • 96
  • 146
5
votes
5 answers

Okta Sign-in widget breaks Jest tests - TypeError: Cannot read property 'backingStorePixelRatio' of null

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 package to devDependencies fixed it for him. Sadly it…
codeepic
  • 2,560
  • 5
  • 28
  • 52
5
votes
0 answers

Safari's "Prevent cross-site tracking" breaks several Okta features (due to okta session not being created)

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 works but single sign-on, MFA 'do not challenge'…
Matt
  • 3,915
  • 1
  • 15
  • 6
5
votes
1 answer

How does Azure Active Directory support federation with Okta as an IDP?

Is it possible to integrate Okta as an IDP (Identity Provider) for an application in Azure, where Azure would be the Service Provider? Presently the authentication is managed by Azure AD, we have AD users that have been granted access to these…
5
votes
1 answer

Okta introspect method returning bad request

trying to post to the introspect method is throwing a bad request error: "Bad request. Accept and/or Content-Type headers likely do not match supported values." here is the url I am…
twaldron
  • 2,522
  • 7
  • 32
  • 55
5
votes
2 answers

Okta IDP Initiated RelayState

Can anyone tell me how to pass RelayState for an IDP initiated SSO connection. We have the SSO working but would like to deep link to a page within the service provider's application. They have instructed us on the RelayState to pass but I can't…
Todd
  • 1,401
  • 1
  • 13
  • 27
5
votes
1 answer

Android SSO Okta Integration Example

Don't know a lot about Okta and Android. Does anyone know of a good tutorial which shows how to wire an android application into the Okta framework. Or do I implement a SAML SSO implementation and then Okta is associated to that? Any code examples…
Stephen McCormick
  • 1,536
  • 18
  • 35
5
votes
4 answers

What's a good way to obtain STS credentials with a SAML federated login via Okta for use in local command line tools?

The Amazon Web Services API provides the AssumeRoleWithSAML endpoint to allow a user to exchange a SAML assertion for a set of temporary API credentials from the AWS Security Token Service. A SAML provider, like Okta, will generate a SAML assertion…
gene_wood
  • 1,630
  • 2
  • 24
  • 33
5
votes
1 answer

Okta OWIN provider to work with ASP.NET MVC 5

Is there a sample that shows how to use Okta as a identity and membership provider with the OWIN based Identity system in ASP.NET MVC 5?
Rob Cannon
  • 1,664
  • 3
  • 12
  • 14
4
votes
2 answers

Angular Cannot read property 'navigate' of undefined

I encountered the error when I hit "/home" url: ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'navigate' of undefined TypeError: Cannot read property 'navigate' of undefined at onAuthRequired (main.js:83) at…
Hongli Bu
  • 377
  • 1
  • 17
4
votes
2 answers

Getting "Error: state mismatch, could not find a state in the session" when using Okta OIDC middleware

We're setting up the Okta oidc-middleware for our web app. What works is when we're not logged in, we get redirected to Okta, and then we're redirected back to our callback handler after providing valid credentials. When testing locally, the…
Thinh Ngo
  • 41
  • 3
4
votes
0 answers

How to use oidc (OpenIDConnect object) in flask.Blueprint when using flask.create_app?

I want to use @oidc.require_login to redirect login request to okta. I get AttributeError: '_AppCtxGlobals' object has no attribute 'oidc_id_token' error which I am unable to resolve 1) I built an app based on Flaskr tutorial that demonstrates use…
Yuva Athur
  • 41
  • 2
1
2
3
80 81