As you can probably see, most posts in this deserted forum have zero replies. Okta simply doesn’t care about support, sorry to say but you’re on your own.
If you have tried this and received an error, please send us an email to developers@okta.com and one of our engineers will further assist you in resolving the issue that you are experiencing.
hi @dragos
I tried this example, but this is not my requirement.
I have created a SAML 2.0 application in Okta and wanted provide SSO feature to My Web Application. In most of the references am getting OAuth SSO examples (which is Login with Okta).
I need to capture the SAML POST response and maintain the Session for the user who clicked on MyApp.
hi @Basant
Thanks for the response,
In your example you have created the Application as Web Application.
I have created as SAML 2.0 Application which will connect to My Web App and Post the SAML Response. that i need to capture and before it redirected to Home page i will check in my database and based on the user role will redirect to authorized page.
So here am unable to get the SAML POST response !
What Okta SAML expecting from My Web App ?