Skip to main content

All Questions

0 votes
0 answers
20 views

Jenkins and okta integration with only username based login

We have integrated jenkins and okta. While opening jenkins URL, its redirecting to Okta page with username and password inputs. However, we also want to allow the login only based on the username. ...
Jaydeep Soni's user avatar
0 votes
0 answers
323 views

The response contained an InResponseTo attribute [] but no saved authentication request was found - Springboot integrated with SAML2 Okta

I follow this guide exactly, i can login- logout properly in normal scenario https://developer.okta.com/blog/2022/08/05/spring-boot-saml The issue happens in this screnario Open 2 browser tabs at ...
victorDo's user avatar
0 votes
0 answers
530 views

SAML Identity Provider's Metadata Expiration

I am building multiple providers based SSO using SAML, I want to cache the metadata from all IDPs which I download from the their respective metadata URLs dynamically. The SAML specs says about "...
parv bhardwaj's user avatar
1 vote
0 answers
218 views

Decode SAMLResponse in XML or in readable format

I am trying to integrate Okta SAML SSO in my web application. After creation of application via development account, once i call the generated url from broswer, it redirects to my web app with some ...
Amit Joshi's user avatar
1 vote
0 answers
215 views

SSO Okta is sitting at the okta developer page after login . NOT returning to the ACS URL of the service provider

Two scenarios scenario #1. Logged in to Okta developer portal independently + Logged out from Service provider(SP) scenario #2. Logged out from Okta + Logged out from Service Provider In scenario #1, ...
Sikha Poyyil's user avatar
2 votes
1 answer
2k views

why okta does not redirect back to service provider in SSO case

i am using open source project https://github.com/jpf/okta-pysaml2-example for learning okta, saml, sso and flask. i have made the required app integration setting in okta. When i start flast web ...
myquest4 sh's user avatar
6 votes
0 answers
942 views

how to protect an API in fastapi using SAML SSO

I am writing a fastapi web app which gets authenticated using OKTA iDP with SAML 2.0 SSO. I want to protect my APIs in web app. I know fastapi has only Oauth2/token based API protection instead of ...
myquest4 sh's user avatar
0 votes
0 answers
612 views

Implement Okta Single Sign-On (SAML) authentication

I want to implement SAML 2.0 based OKTA SSO authentication for my application and after successfully authenticate from OKTA SSO it will return first-name, last-name and email from OKTA I search over ...
Ankit Dabhi's user avatar
0 votes
0 answers
756 views

How to implement SSO between a Angular based apllication using OIDC(Open Id Connect) and a application built on .net using SAML

I have build an application using Angular and have used Okta OIDC for authentication. Now i have to integrate it with a .net based application using Okta SAML2.0 to achieve single sign on i.e. There ...
Vivek Sharma's user avatar
2 votes
0 answers
1k views

SAML 2.0 implementation returns 403 after logged in

I implemented a saml security configuration with okta and it is returning 403 after the user logged in from the okta page when he goes to /saml/sso url. I guess the service does not accept the answer ...
golgetahir's user avatar
1 vote
1 answer
259 views

How to setup OKTA device Authorization Flow on server in order to integrate OKTA SSO for Remote IOT devices

I need to authorize the IOT devices that do not have a UI but are able to call some APIs after being authorized by OKTA. I have the list of devices that needs to be authenticated for calling APIs. So ...
SaadurRehman's user avatar
0 votes
1 answer
232 views

Spring SAML - Need two SAML Session and use second session for the approval workflow and not conflict with existing logged in user

We're implementing SAML2.0 using Apache Tomcat/SAML Security Extension and Okta as IdP. User A logins with the application and spring security context setting the login id as "User A" and ...
Selvakumar's user avatar
3 votes
1 answer
3k views

Getting https://localhost/myapp/saml/sso redirection throws 404 error - Spring MVC/Okta

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 doing ...
Selvakumar's user avatar
0 votes
1 answer
269 views

Possible to SSO / SAML DocuSign eSignature with Okta?

I am on the IT team at Segment and in the process of reviewing how DocuSign eSignature is used at Segment. I have a few questions: 1) Would it be possible to SSO / SAML with Okta? 2) If so, do you ...
Ian Johnsen's user avatar
4 votes
0 answers
600 views

SAML SSO: keeping users logged in after validating the SAML Assertion

I am implementing front-channel SAML 2.0 SSO golang Service Provider, with Okta as my Identity Provider (this is just a POC and should eventually work with any IdP). Implementing the sign on process ...
Alechko's user avatar
  • 1,588

15 30 50 per page