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!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.