okta Questions

0

I am trying to use both JWT token and SAML in my spring boot application. My application creates JWT token using a username returned from OKTA. Flow: On click of https://localhost:8088/my_app/ API...
Approval asked 20/10, 2020 at 12:42

1

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 s...
Meader asked 26/7, 2018 at 11:44

1

Solved

I am trying to create SP initiated SSO on Spring MVC application with Okta idp. I am getting 404 after the redirection from idp with failed authentication with the below error message when i am doi...
Garrulous asked 15/9, 2020 at 12:18

1

I have a .Net Core 2 application which leverages Sustainsys.Saml2.AspNetCor2 (2.7.0). The front end is an Angular application. The SAML approach I'm taking is based on, and very similar to, the app...
Barbarize asked 11/9, 2020 at 20:7

1

Which is the best option for SSO implementation AWS SSO Vs Okta? I'm specifically looking for the advantages and disadvantages of each service to identify the best suitability for my system. These ...
Phytophagous asked 2/7, 2020 at 0:19

1

Solved

What are the main differences between grant types "urn:ietf:params:oauth:grant-type:jwt-bearer (https://www.rfc-editor.org/rfc/rfc7523) and "urn:ietf:params:oauth:grant-type:token-exchang...
Figuration asked 1/5, 2020 at 4:33

2

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 jo...
Suki asked 5/2, 2016 at 20:51

2

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?
Phallicism asked 7/11, 2016 at 5:1

4

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...
Minne asked 28/2, 2015 at 0:55

1

I've developed a basic oauth/oidc example using SpringBoot 2.1.7 with Okta providing authentication services. Here is my Gradle dependency setup for reference: plugins { id 'org.springframework.bo...
Luminiferous asked 23/8, 2019 at 22:1

2

Solved

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 ...
Entwine asked 4/4, 2019 at 20:33

3

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://...
Extrados asked 12/5, 2016 at 21:2

2

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 whe...
Kotz asked 13/1, 2016 at 23:53

1

Solved

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.
Dasteel asked 6/12, 2018 at 11:47

1

Solved

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 whic...
Rimma asked 20/8, 2018 at 6:51

1

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 authen...

1

Solved

I am new to Apache and SAML. I have below configuration in my my_app_httpd.conf file which redirects un-authenticated request to OKTA which is working fine. <Location /> ErrorDocument 401 "/...
Supremacy asked 9/7, 2018 at 20:1

2

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 list...

1

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/passwor...
Ingrained asked 14/8, 2017 at 19:10

0

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 int...
Maegan asked 28/4, 2018 at 7:25

1

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 ...
Lieu asked 4/1, 2018 at 12:42

1

Solved

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 l...
Acrostic asked 11/11, 2017 at 0:54

1

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/20...
Thermosiphon asked 21/9, 2017 at 0:15

1

Solved

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...
Blackthorn asked 11/4, 2017 at 12:20

2

Solved

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 ins...
Prithee asked 17/6, 2016 at 13:22

© 2022 - 2024 — McMap. All rights reserved.