
zhangz.03063 (Customer) asked a question.
i create a app integration by using saml2.0 in okta dashboard and set the Single sign on URL as (http://localhost:7050/),then,I add the config to my local springboot application,then i visit the address of http://localhost:7050/hello which is need authentication,and the next step is authenticate of okta,but after the authentication, the url redirect to the http://localhost:7050/ ,i want to redirect the initial address like http://localhost:7050/hello, what config i need to add in the okta?

somebody help
Hi @zhangz.03063 (Customer) , Thanks for taking the time to reach out to the Okta Community!
Try the Default RelayState field under the app's configuration on the Okta side.
See the below doc for the description:
https://help.okta.com/en-us/Content/Topics/Apps/Apps_App_Integration_Wizard_SAML.htm?cshid=ext_Apps_App_Integration_Wizard-saml
Hope this helps!