Click here to Skip to main content
16,022,971 members

Comments by Jithu_007 (Top 7 by date)

Jithu_007 9-Oct-23 10:07am View    
No headers are constant for every request like const Authorization = `Basic ${Buffer.from(`${CLIENT_ID}:${CLIENT_SECRET}`).toString('base64')}`; to postman i am taking value from console.so all params and headers double checked.I am doubting http/https issue mentioned in my question.no idea how to solve
Jithu_007 7-Oct-23 23:06pm View    
I have attempted various solutions to address the "socket hang up" error. I want to clarify that I'm not requesting specific code samples or asking someone to fix the issue for me. I understand the importance of self-learning in this field, and I'm not randomly seeking code snippets to run.

Given my limited computer science knowledge, I may occasionally refer to existing code or ask what might seem like basic questions. It's important for me to emphasize that while others like you may possess extensive expertise, I am still a beginner in this field, and I am sincerely committed to learning and improving.

Please rest assured that I don't simply post code and leave. I am fully dedicated to the learning process and will diligently research and seek assistance until I gain a better understanding of the issue. I anticipate encountering challenges when starting from scratch with minimal knowledge, but it's through such challenges that I intend to learn and grow.

I genuinely appreciate your concern and willingness to help. Your guidance is invaluable to me as I navigate the complexities of this subject matter. Thank you for your support.
Jithu_007 1-Oct-23 6:23am View    
yes that is redirecting now but get access token and validation api is not calling by code.once i click login it should happen in one shot.Can you guid me on this how to impliment?once i loged in in url i am getting redirectURL/login?code=QWkd-qKeFk32Ac9PFzY6aQnDjEUOTCZPKeMAAAJZ&state=02799caf41a378c94e57ef99ee5de98a
Jithu_007 29-Sep-23 10:15am View    
i am doing an OIDC BFF approach here.Once /AuthPage route clicked,i need to redirect because that is the oidc log in page
Jithu_007 29-Jun-23 12:36pm View    
i am passing everything in postman .same i have passed in thunderclient tool,it got worked.but y not in postman