micol92 opened a new issue, #915:
URL: https://github.com/apache/incubator-answer/issues/915

   ## Describe the bug
   
   A clear and concise description of what the bug is.
   
   I'm trying to set up Answer in my SAP BTP Kyma runtime(aka managed K8s), 
confirmed that basic functions(Q&A) works well,  and would like to specify 
OAuth2 configuation to connect my Identity Provider.
   
   It looks that configuration tasks are almost done, but it fails after 
logging and erros occurrs as below.
   
   ---error message in my K8s Pod.
   2024-04-21 13:50:00.316 ERROR   connector-basic/basic.go:155    fail to get 
user id from json path: email
   
   --error screen in my web page.
   see the attached file.
   
![apache_answer_error_log](https://github.com/apache/incubator-answer/assets/39489882/aab41a0f-61f5-47c7-88f5-eaed3399c9bb)
   
   
   ### To Reproduce
   It's possible to reproduce, but if you really need to, we'll pass along the 
information you need to configure it.
   
   
   ### Expected behavior
   
   Can I modify the original source and leave a log for debugging?
   Here is the source for the step before the error occurs, and I would like to 
see the data and userinfo.
   
   ----connector-basic/basic.go
        data, _ := io.ReadAll(response.Body)
        
        userInfo = plugin.ExternalLoginUserInfo{
                MetaInfo: string(data),
        }
   
   
   A clear and concise description of what you expected to happen.
   
   ### Screenshots
   
   see the attached file for error screen.
   
   ### Platform
   
   - Device: Desktop
   - OS: K8S. my desktop : Mac book M1
   - Browser and version: Chrome, Safari
   - Version: 2.0
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to