The relevant errors from the system logs are as follows. Do advise where the issue might be, as well as the format and encoding it should be inside the link.
com.saasure.platform.services.idp.exception.IdpAuthenticationException: Could not validate id_token signature
core.user_auth.idp.social.cannot_acquire_access_token
I have configured my JWKS endpoint (https://05f2-129-126-117-109.ngrok-free.app/.well-known/jwks.json) and when accessed, these are the contents:
{
"keys": [
{
"alg": "RS256",
"kty": "RSA",
"n": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1ljhP58S6OWOVlpFhPEEIiVYmtUlSfQ7P-jKoYlU5Sjj1pdr1AbasfJx47IgKLzHHlPCgNMBItUxB2XzEEB1ovImPaDeQS1TTUXfDYvFWFU8tTjixZT1pYWls5egJ2nVgR-QWXzC5eZJbYLxBwgh4d3tMXhzzydWPHhZg7kKbGvNtwGpNtEsJRG3X1bXoVSTulZkq1dd-b4rusQBMlTWEd1UqjmLhwNIAbEFc8UFNn2ZXUYGubLNQG6zOPd4mdFIwpBL0NISHuiG6sjSgC3h1nZGw_0WEqOuR9WTxHh-E2HrKmFCjBWEiMaABL8cPatNLg1xva98LAPCKYl_Y855iwID",
"e": "AQAB",
"kid": "0c1c4623-ae68-49bf-9245-c712d0eb2004"
}
]
}