Redirect URI Easymorph

I want to use the Oauth2 connector, but when authentication as the source is done, i need to be send back to Easymorph, it’s done with a redirect uri. Where can I find which redirect uri I use for Easymorph?

Hi. In most cases you should be able to use any redirect uri.

For automatic processing, try to use localhost with any available port , e.g. http://localhost:6332 or http://localhost:6332/auth
Otherwise you’ll need to copy url manually from browser to EasyMorph.
Redirect urls like urn:ietf:wg:oauth:2.0:oob also supported.

Pay attention, that sometimes redirectUri should be also configured in your OAuth2 application.

thanks, that helped a lot!