Hello i have a question.
I have set up a SSO Application in azure with a relaystate value. Now the company is asking for an extra relaystate value to forward certain users to another API on the same location.
Basically the setup is like this
Identifier xxx.com:Saml.2.0
Reply Url: xxx.com/ss0/ssosaml2
they then want 2 relay state values
https://api1.xxx.com\ssologin
and a second value
https://anotherApi1.domain2.com\ssologin
is this even possible in azure ? it only appears to allow for one value in the relay state field.