Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

REST API call authconfig no longer works on updated Jira version

Alyson Whitaker
Contributor
October 4, 2021

In a previous Jira version, running the following api call would provide me with expected SSO information: https://jira.site.com/rest/authconfig/1.0/sso

Now, it provides me with 

{"show-login-form":false,"enable-authentication-fallback":true,"show-login-form-for-jsm":false,"last-updated":null}

The only difference I see is that Jira 8.17.1 now has an authentication page where you can add multiple login options.

Has anyone else run across this issue?  Is there another api call I can make to access the particular login information I'm looking for?  

I've submitted a ticket, and still waiting for a response.  Figured I would ask here too!

1 answer

1 accepted

0 votes
Answer accepted
Alyson Whitaker
Contributor
October 14, 2021

After working with Atlassian, looks like they updated the api.  You can now use:

<baseUrl>/rest/authconfig/1.0/idps

to pull in SSO info. 

Suggest an answer

Log in or Sign up to answer