I configured SAML authentication according to
But I'd like to delete this configuration and use command as mentioned in the doc
curl -u YYYY:XXXX-X DELETE https://jira.xxxx.net/*ContextPathIfAny*/rest/authconfig/1.0/saml
But no response !!!
Anyone can help this?
now, I got the response
[root@xxx bin]# curl -u XXX:YYY -X DELETE https://ZZZZ/*ContextPathIfAny*/rest/authconfig/1.0/saml
curl: (7) Failed to connect to ZZZ port 443: Connection timed out
Hi @邵兵 ,
Are You sure that you have access to jira.toolsfdg.net ?
Try ping jira.toolsfdg.net
Could You please check also port access?
telnet jira.toolsfdg.net 443
B.R.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
still the same response after add te port. But thank you all the same!
curl -u XX:YY -X DELETE https://ZZ/rest/authconfig/1.0/saml
curl -u XX:YY -X DELETE https://ZZ:443/rest/authconfig/1.0/saml
same repsonse
curl: (7) Failed to connect to ZZ port 443: Connection timed out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.