Skip to main content
tiagob6908
June 17, 2024
Question

Open Id Connect (OIDC) Authentication

  • June 17, 2024
  • 2 replies
  • 0 views
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?

2 replies

davidj137213
June 17, 2024

This error seems to be related with COgnito... do you see any errors there? Maybe in logs?

tiagob6908
June 17, 2024
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