
mmpk0 (mmpk0) asked a question.
We can click the link and launch jira from okta, but users clicking links from email or chat are getting 404 before they're authenticated. I need them to authenticate automatically.
<param-name>login.url</param-name>
<param-value>http://domain.okta.com/login?redirectTo=${originalurl}</param-value>
<param-name>link.login.url</param-name>
<param-value>/login.action</param-value>
<param-name>logout.url</param-name>
<param-value>https://domain.okta.com</param-value>
We had it configured previously before updating the server. the new admin (me) didn't backup the seraph-config.xml file. And no i cannot recover from the old backup, i have to set it up new and document the process to pay my penance.
The 404 link: https://domain.okta.com/login?redirectTo=https://connect.domain.com/browse/Ticket-223

Hi Eamon - I've escalated your issue to support who should be reaching out shortly. Thanks!
Hi Eamon,
Could you please update the <param-value> http://domain.okta.com/login?redirectTo=${originalurl}</param-value> with your okta org domain link?
If the same issue occurs please raise a ticket with Okta support.
Regards,
Alexandru Toma
I should have been more clear in my original post. in the script i have my domain 'company name' filled in. i redacted that information because it didn't want to broadcast it to the internet.
<param-value> http://[Redacted}.okta.com/login?redirectTo=${originalurl}</param-value>
I am looking for is the proper syntax to get the SSO working.