Hello everyone.
I have a SAML 2.0 setup with
https://myserver.outsystemsenterprise.com/users/ConfigureAuthentication.aspx
IDP initiate authentication and SAML authentication is working well.
However, I am not sure how to specify the URL to transition to from the IDP portal .
It transitions to the URL https://myserver.outsystemsenterprise.com/users/.
I have created https://myserver.outsystemsenterprise.com/foovar_myapp/.
What settings do I need to make in order to transition to the URL of the application I created?
regard.
Hello Tomoki,
After you have set your authenticcation cconfiguration your apps needs to have a custom login and logout flow.
This will make sure you get the unified url to login and do the same for the logout.
See this documentation:
https://success.outsystems.com/documentation/11/developing_an_application/secure_the_application/end_users/end_users_authentication/configure_saml_2.0_authentication/updating_the_login_and_logout_flows_of_your_reactive_web_app_to_support_saml_2.0
Basiccally the request comes from your app, so you would be accessing it normally via https://myserver.outsystemsenterprise.com/foovar_myapp/
By having the custom login flow your app will get the unified URL to send the users to the SSO, and then in the logout you will get the unified logout URL to make sure users are logging out via SSO as well.
Let me know if you have any questions!
Thank you!