You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
It concerns the Jira, Confluence and Bitbucket dataCenter-versions, with the inbuilt Atlassian SAML-prugin.
Is there a curl-commandline-rule to escape the SAML-login or to jst disable the SAML-login?
This used to be working in the past:
Login to the vm on which the Atlassian-application is running.
At the prompt run the next command (replace <userid>:<password> by the local admin-uid and pwd):
1) For Jira:
curl -u <userid>:<password> -X DELETE http://localhost:8080/rest/authconfig/1.0/sso
2) For Confluence:
curl -u <userid>:<password> -X DELETE http://localhost:8090/rest/authconfig/1.0/sso
1) For BitBucket:
curl -u <userid>:<password> -X DELETE http://localhost:7990/rest/authconfig/1.0/sso
But this does not work anymore. I saw some description on which Postman was used, but I could not get it working.
Please provide me an example of a curl-solution.
@FSC SI BTN Atos , there are REST calls that help you to do this. You might want to take a look at this doc Bypass SAML authentication for Jira Data Center | Jira | Atlassian Documentation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.