Cognito and OIDC integration

0
Hi everyone, My Cognito integration using the OIDC module is completed and working but some users are getting the following error.   However I am not using the logic that requires the redirect_uri, I am using the following logic      
asked
2 answers
0

When doing SSO (through OIDC/OAuth), a redirect_uri is always needed. I don't understand your solution at all. can you elaborate?

answered
0

The issue was on the Cognito side where you register the accepted sign-out URL's. The application URL was given an extra '/' at the end of the URL and this resulted in the redirect-uri error.

answered