We found time to implement some bookmarks with SSO:
You have to use the login URL in the bookmarks. If you use any URL that cause a HTTP redirect the login would not work!
If your server uses "login" and "password" as html input name fields for the login form it works with SSO auto.
If not you have to add the fields by yourself.
At least in v5.2.3 there is a bug where you couldn't add more than one input field. You have to do it through SSH.
Atlassian Confluence and JIRA are using the same form input fields.
OWA is for Exchange 2010.
config vpn ssl web portal
edit "SSL Client VPN"
set user-bookmark disable
config bookmark-group
edit "Saxsys Websites"
config bookmarks
...
edit "Confluence - Wiki"
set url "https://url/login.action"
set sso static
config form-data
edit "os_username"
set value "%username%"
next
edit "os_password"
set value "%passwd%"
next
end
next
edit "Outlook Web App"
set url "https://url/owa/auth/logon.aspx?replaceCurrent=1&url=https%3a%2f%2furl%2fowa%2f"
set sso static
config form-data
edit "username"
set value "%username%"
next
edit "password"
set value "%passwd%"
next
end
next
edit "SonarQube"
set url "http://url/sessions/new?return_to=%2F"
set sso auto
next
edit "Stash"
set url "https://url/login?next=/projects"
set sso static
config form-data
edit "j_username"
set value "%username%"
next
edit "j_password"
set value "%passwd%"
next
end
next