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

Programmatically Login to Okta Configured as SAML Identity Provider in Cognito

How to authenticate an Okta user via Cognito in a custom login page, i.e., without redirecting the user to Cognito's hosted UI? I've performed these steps to successfully "set up Okta as a SAML identity provider with an Amazon Cognito user pool". My…
Harish KM
  • 860
  • 5
  • 13
4
votes
2 answers

Okta not returning custom claims in tokens

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 the default group of Everyone and added my single user…
RHarris
  • 8,801
  • 9
  • 42
  • 87
4
votes
1 answer

Okta Angular error only in --prod build

We are using okta-angular (v 1.0.1) and okta-signin-widget (v 2.7.0) in an Angular 5 app. We have some configuration in environments/environment.ts and environments/environment.prod.ts files, which is basically this but with different values for…
danwellman
  • 8,179
  • 6
  • 49
  • 75
4
votes
2 answers

Spring Security Saml configuration error with OKTA

Might be the question is already answered before but I cant find any answer for my problem so I ask you my question. I am trying to implement SAML2 based SSO with OKTA. For that purpose I created a dev account at oktapreviw. I downloaded spring…
user3363891
  • 106
  • 1
  • 6
4
votes
1 answer

Getting net::ERR_UNKNOWN_URL_SCHEME error

I am trying to open a android application from javascript. If the android application is installed in android mobile, it opens required application. But if android application is not installed, it should give me the popup saying, "You do not seem to…
Swathi Delampady
  • 41
  • 1
  • 1
  • 2
4
votes
2 answers

SSO : Should SP validate session with IDP in every request

As per SP initiated SSO flow, User tries to access SP. Since the user is unauthenticated, he is redirected to IDP where he enters his credentials, post successful login, IDP sets cookies in user's browser(under IDP's domain) and redirects the user…
Saurabh Agrawal
  • 577
  • 4
  • 20
4
votes
1 answer

OKTA Sign-In Widget MFA

I found an tutorial to build an Angular 4 app with OKTA's Sign-in Widget. It is great, I recommend it for anyone who's new to OKTA. You can find it at this URL: https://developer.okta.com/blog/2017/03/27/angular-okta-sign-in-widget However, I have…
RPeralta
  • 41
  • 3
4
votes
2 answers

How to get a SAML Response from OKTA for unit/integration testing

I am working on project where they are authenticating via SAML from OKTA. I have successfully got the integration working where a SAMLResponse sent (via POST method) to the website. In true TDD fashion, I started by writing some unit tests. My…
Ty Seddon
  • 91
  • 5
4
votes
1 answer

Okta Kentor.AuthServices IdentityServer3 IDP-initiated SSO is triggering SP-initiated SSO - error or design?

Using IdentityServer3, Kentor.AuthServices 0.19 (with OWIN middleware) and a standard MVC 4 WebApi 2 app, we have followed instructions at https://github.com/KentorIT/authservices/blob/master/doc/IdentityServer3Okta.md and it appeared that we…
Jeremy Noble
  • 163
  • 1
  • 12
4
votes
2 answers

How to configure and get custom attribute in okta with saml2.0

I am using okta as idp in my application, I want to configure custom attribute eg: ID, how can be done in okta? and how to set those values in okta?
user3773610
  • 109
  • 3
  • 6
4
votes
3 answers

"SignatureError: Failed to verify signature" - Okta, pySAML2

For three days, I have been pulling my hair out trying to wrap my head around Okta & SAML. On my local machine (OSX Mavericks), I am able to successfully follow the steps listed here: http://developer.okta.com/docs/guides/pysaml2 Things work. But…
Ryan Martin
  • 1,364
  • 1
  • 19
  • 34
4
votes
0 answers

How do I authenticate separately in two different front-end apps with the same API using Okta, Web API 2, and Angular2?

How do I authenticate separately in two different front-end apps using the same API? TL;DR - Is it possible to whitelist a subdirectory in a project, so that when a request comes from there, the passive redirect settings in my web.config will be…
RTurek
  • 61
  • 6
4
votes
1 answer

Updating Okta User profile

I am using Okta C# sdk for development. I have created some custom user profile attributes in the Okta. I am able to create user and save values in custom attributes. But as I saw that when you update profile data you have to provide all the details…
4
votes
2 answers

OKTA SAML Signature verfication - PHP

My application (PHP) gets the SAML response back from OKTA which has the signature value and I also have OKTA's certificate which has the public key. My application does the following, Gets the public key from the cert. Gets the signature value…
4
votes
1 answer

Authentication: How to configure git bash to use SAML authentication?

Single Sign On for the "GitHub Enterprise" app on Okta works fine for me, I am using SAML 2.0. When a user logs in to Okta and clicks on the "GitHub Enterprise" app, they are authenticated. I have a "Test" repository on GitHub Enterprise. Users…
Sara
  • 2,160
  • 10
  • 44
  • 75
1 2
3
80 81