I am encountering difficulties integrating the OIDC component because the GetContextCookies action is not providing any output. Upon further investigation, I discovered that the context cookies are not being set. Here two API endpoints within the same OIDC module—Callback and Redirect—which are intended to set the cookie values. However, it remains unclear where these API endpoints should be activated and what specific inputs must be provided for successful execution.
From that error, it appears that the URLs I had mentioned were not properly added in the external identity provider.The value of that URL should be added as one of the callback URLs. Regards,
hi @Shashwat Verma
You can check this link:
https://www.outsystems.com/forums/discussion/93274/oidc-client-oidc-setup-issues-with-redirects/
I hope this helps
Thanks
Hi @Rupesh Patil, Thanks for sharing the link!
I went through it but unfortunately, we are not able to find solution to our use case.
Hi @Rupesh Patil ,@Rupesh Patil Those are the endpoints that will receive the response and will handle setting the context cookies.Regards,
Hi @João Barata, Thank you! I followed this. Now I am getting this error. Any suggestions on this please
Thanks @João Barata. The problem is fixed now.