getfider / fider

Open platform to collect and prioritize feedback
https://fider.io
GNU Affero General Public License v3.0
2.87k stars 627 forks source link

Problem with Hydra oauth 2.0 #1066

Closed Amanb1145 closed 2 years ago

Amanb1145 commented 2 years ago

Hello, I am trying to integrate Ory Hydra oauth2.0 with Fider. my provider credentials are like this- Client ID- Some_Client_ID Client Secret - Some_Client_Secret Authorize URL- https://some_domain/oauth2/auth Token URL- https://some_domain/oauth2/token Scope- openid offline offline_access profile JSON Path- ID- id, Name- name, Email- email and then callback url looked like this- Callback URL: http://some_domain/oauth/_wtkenhzrpa/callback and when I clicked on test this url opened and nothing happened- http://some_domain/oauth/_wtkenhzrpa?redirect=http://some_domain/oauth/_wtkenhzrpa/echo The last url does not seem to be a correct one. Is there a way to resolve this Issue? Thanks :)

The issue was with the scope. Scope- openid

Amanb1145 commented 2 years ago

The issue was with the scope. Scope- openid is correct