Application links use which REST API calls?

Wayne Wylupski September 29, 2015

With our Jira<->Stash integration, we use a proxy for adminstering SSO.  I'd like to bypass SSO for Application Link work; what pattern(s) would that be?  

Is it /rest/applinks/1.0/*, or are there other patterns that need to be matched?

1 answer

1 accepted

0 votes
Answer accepted
Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 29, 2015

It depends on what you're trying to do. If you're just looking at the getting the application links to be configurable and such - then /rest/applinks/* would probably do it. But if you're looking at functionality that uses application links you'll more than likely have to whitelist the entire /rest going server to server.

Wayne Wylupski September 29, 2015

Thank you.

Suggest an answer

Log in or Sign up to answer