oidctest icon indicating copy to clipboard operation
oidctest copied to clipboard

Configure "redirect_uris" field

Open mat-ale opened this issue 5 years ago • 2 comments

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

mat-ale avatar May 29 '19 09:05 mat-ale

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.

rohe avatar May 29 '19 19:05 rohe

The tool allows you to configure redirect_uris statically or dynamically.

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

mat-ale avatar May 30 '19 08:05 mat-ale