A cloud-based identity and access management service for securing user authentication and resource access
Hello @SecurityGeek , as you mentioned you can set RelayState parameter during each SAML SP initiated request (Eg. <https://samltoolkit.azurewebsites.net/saml?SAMLRequest=<URL ENCODED SAML REQUEST>&RelayState=<URL ENCODED STATE VALUE> ). The exact value will be returned in the POST body (as the RelayState form value) so that your application (The SP), not Azure AD (the IdP), can redirect the user.
Let us know if this answer was helpful to you or if you need additional assistance. If it was helpful, please remember to accept it so that others in the community with similar questions can more easily find a solution.