I'm trying to use an OIDC connection to my Amplify page (Via AWS Cognito), but I'm getting an invalid nonce error. Is it mandatory to use nonce? I'm ignoring him on my page
org.springframework.security.oauth2.core.OAuth2AuthenticationException: [invalid_nonce]
Can someone help me?
Discussion posts and replies are publicly visible
This error seems to be related with COgnito... do you see any errors there? Maybe in logs?
I'm using this solution to create a custom login screen.github.com/.../aws-amplify-identity-broker Appian calls endpint /token, but cannot find the nonce. the error that occurs is on Appian's side