rohe / oidctest

Test framework for testing OpenID Connect entities
Other
29 stars 27 forks source link

Configure "redirect_uris" field #139

Open mat-ale opened 5 years ago

mat-ale commented 5 years ago

Hi,

is it possibile to configure the redirect_uris field of the provider in order to let my application correctly redirect after OAuth authentication and prevent the "error_description": "redirect_uri did not match any client's registered redirect_uris", error I'm receiving now?

Regards, Thanks

rohe commented 5 years ago

The tool allows you to configure redirect_uris statically or dynamically. I don't know which method you've used. Anyway, whatever you registered does not match what you're using in your authentication request.

mat-ale commented 5 years ago

The tool allows you to configure redirect_uris statically or dynamically.

ok and how can I do that from the OP console?