Authorized return URLs
Specify authorized redirect URLs for Google or Azure OAuth apps to enable Aurinko's authorization flow. Use Aurinko's or your domain URL for callbacks.

Last updated
Was this helpful?
Specify authorized redirect URLs for Google or Azure OAuth apps to enable Aurinko's authorization flow. Use Aurinko's or your domain URL for callbacks.
One of required inputs for your Google or Azure OAuth app registration is the authorized redirect or return URIs. Here is an example from a Google developer console:

For Aurinko to be able to initiate and complete your app's authorization flow an Aurinko hosted url has to be specified in your Google or Azure AD app registration. Office 365 / Azure AD users could simply use https://api.aurinko.io/v1/auth/callback but Google would not allow urls from unverified domains and you can't verify aurinko.io domain as you don't own it. Office 365 user may also want to use an url from domain they own as in certain scenarios that domain is shown in the app's consent window.
Callback configuration:
Provision your own URL and make your server redirect all callback requests to Aurinko at https://api.aurinko.io/v1/auth/callback. It's important to clone all query parameters in a redirect, like code, state, error, ...
When choosing this approach you also need to tell Aurinko your own return URL, which is done on the app settings page, in the Google OAuth or Office 365 OAuth sections.
Last updated
Was this helpful?
Was this helpful?