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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.