Forum Discussion
Craig_Gibb_1781
Nimbostratus
Dec 13, 2016SSO with Atlassian Jira and APM
Has anyone managed to get SSO with APM working for Atlasssian Jira, iam having problems populating the SSO form with the right data and the gadget does not seem to work.
I have been using /secure/Das...
DanPDoughty_320
Nimbostratus
Jun 28, 2018You need to point at the login.jsp form and not the dashboard login gadget. I have this working for desktop browsers. Still having trouble with mobile browsers though.
Here is my irule for url rewrite
when ACCESS_SESSION_STARTED {
if { [string tolower [HTTP::uri]] starts_with "/browse" } {
set append_uri [HTTP::query]
ACCESS::session data set session.server.landinguri [HTTP::uri]$append_uri
} elseif { [string tolower [HTTP::uri]] starts_with "/plugins" } {
set append_uri [HTTP::query]
ACCESS::session data set session.server.landinguri [HTTP::uri]$append_uri
} else {
ACCESS::session data set session.server.landinguri "/login.jsp"
}
}
Your SSO should be "Forms - Client Initiated" with form parameters being "os_username" and "os_password" secure true. Form detection is URI
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects