Sending request param from Okta SAML 2.0 application to OpenAm aaplication

Hi ,

I have a scenario,where springboot application app1 is on SAML 2.0 has one link which redirects to another springboot app2 which is on OpenAm.
We are using metadata of app2 in app1 application.properties.
is there any way I can send some request parameter to app2.
just like we do normal application, https://dummy.com/?clientId=xyz

Hi @swapnapa

In this scenario, you would need to redirect the application 2 to Okta in order to get the authorization code and/or JWTs in order to authenticate the user successfully.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.