how to combine Answer with Logto

Viewed 93

Hi, I tried to retrieve Github, stackoverflow and Google, in order to find out how to combine Answer with Logto.

Logto provides OIDC, and Answer supports OAuth2.0. I understand that OIDC is a superset of OAuth2.0, but when I use it together, it return an error. I wonder if these two great tools can be used together.

ERROR	controller/connector_controller.go:130	connector received failed, error info: code exchange failed: oauth2: cannot fetch token: 400 Bad Request
Response: {"code":"oidc.invalid_request","message":"Request is invalid.","error":"invalid_request","error_description":"missing required parameter 'code'"}, response data is:
1 Answers