I've enabled SSO for forms and we're experiencing a curious problem.
We have a custom action in webaccess that passes an entry id to a from in forms.
ie: HOST/Forms/GL?EntryId=123
After we enabled sso for forms, when we reach forms after redirection for authentication, an additional slash is added to the URL which leaves it invalid.
Once authenticated, manually removing the slash and hitting enter appears to be working fine though.