atlassian-python-api
                                
                                 atlassian-python-api copied to clipboard
                                
                                    atlassian-python-api copied to clipboard
                            
                            
                            
                        confluence integrate with cas, the login is failed, how to verify
hello!
my confluence is integrate with cas, the login url is https://cas.xxxxx/cas/login?service=https://conflucen.com
i use this to  auth  is failed
confluence = Confluence( url = 'https://cas.xxxxx/cas/login?service=https://confluence.xxxx.com/index.action', username='xxxxx', password='xxxxx')
so how to login to get the rest api data?? thanks a lot
Hello @jwh5566 , hm, I do recommend you review authentication process and provide a cookie for exist code.
ok thanks a lot,i will review the code!
Hello @gonchik, I review the code, but i still can't understand how to auth, how to privide the cookie, so i have to think other way: in the cas with confluence, i ignore the api url (/rest/*), so whether or not i can use atlassian-python-api auth with the rest url like this: confluence = Confluence( url = 'https://doc.devops.digisunlord.com/rest/api/content', username='xxxxx', password='xxxxx') if not , i have to use the native rest api, any way thanks again!